Skip to content

Commit 7650926

Browse files
committed
Fix ubuntu tests
1 parent a91bc3b commit 7650926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install apt dependencies
3232
if: matrix.os == 'ubuntu-latest'
3333
run: |
34-
sudo apt install -y libegl1 libegl1-mesa libegl-mesa0 libopengl0
34+
sudo apt install -y libegl1 libopengl0
3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@v6
3737
with:

0 commit comments

Comments
 (0)