Skip to content

Commit

Permalink
Fix GitHub workflow import error
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Jul 3, 2024
1 parent 8177f34 commit 05b0b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
cache: 'pip'
- name: Install dependecies
run: |
sudo apt-get install -y libegl1
pip install ".[test]"
pyside6-genpyi all
- name: Flake8
Expand Down

0 comments on commit 05b0b3e

Please sign in to comment.