Skip to content

Commit

Permalink
pyqt5
Browse files Browse the repository at this point in the history
  • Loading branch information
arcb01 committed Nov 5, 2023
1 parent d83e987 commit d0472e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python setup.py install
python -m pip uninstall PyQt5 -y
python -m pip uninstall PyQt5-Qt5 -y
python -m pip install PyQt5 --upgrade
shell: cmd
- name: Lint the code
run: |
Expand Down

0 comments on commit d0472e6

Please sign in to comment.