Skip to content

Commit

Permalink
more sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent 7c37b02 commit 643cfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip3 install --upgrade pip
pip3 install -e .
pip3 install -e .[dev]
sudo apt-get update && apt install -y libgl1-mesa-glx
sudo apt-get update && sudo apt install -y libgl1-mesa-glx
- name: Run tests
run: |
python3 -m pytest -v

0 comments on commit 643cfc6

Please sign in to comment.