Skip to content

Commit

Permalink
activating workflows v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 26, 2024
1 parent 8f79e4e commit 20fcfd6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install .
pip install '.[tests]'
# pip install .
# pip install '.[tests]'
pip install PyQt5
pip install pytest
pip install pytest-cov
pip install pytest-qt
pip install flake8
- name: Run flake8
run: |
Expand Down

0 comments on commit 20fcfd6

Please sign in to comment.