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 f73212e
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 @@ -25,6 +25,7 @@ jobs:
- name: Install dependecies
run: |
pip install ".[test]"
apt-get install -y libgl1-mesa-glx
pyside6-genpyi all
- name: Flake8
continue-on-error: true
Expand Down

0 comments on commit f73212e

Please sign in to comment.