We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91bc3b commit 7650926Copy full SHA for 7650926
1 file changed
.github/workflows/python-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install apt dependencies
32
if: matrix.os == 'ubuntu-latest'
33
run: |
34
- sudo apt install -y libegl1 libegl1-mesa libegl-mesa0 libopengl0
+ sudo apt install -y libegl1 libopengl0
35
- name: Set up Python ${{ matrix.python-version }}
36
uses: actions/setup-python@v6
37
with:
0 commit comments