Skip to content

Commit

Permalink
Fix ubuntu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn911 committed Dec 11, 2024
1 parent b452d39 commit 35b451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install apt dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt install -y libgl1-mesa-glx
sudo apt install -y libgl1-mesa-glx libgl1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 35b451b

Please sign in to comment.