Skip to content

Commit

Permalink
Update test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer authored Jul 27, 2023
1 parent 3d7a56b commit 35b8792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install ubuntu gl
if: runner.os == 'Linux'
run: |
apt-get update && apt-get install libgl1
sudo apt-get update && sudo apt-get install libgl1
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit 35b8792

Please sign in to comment.