Skip to content

Commit

Permalink
workflows: fix bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Jul 14, 2023
1 parent c541d8f commit e402cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python -m ensurepip
python -m pip install --upgrade pip pre-commit poetry
make PRECOMMIT=n dev
sudo apt install libegl1
sudo apt update && apt install libegl1
- name: Run pytest
shell: bash
Expand Down

0 comments on commit e402cf7

Please sign in to comment.