Skip to content

Commit

Permalink
CI: Fix flake8 #1196
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 10, 2024
1 parent 0243e78 commit 7745182
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
poetry install --no-root --with dev
- name: Check flake8
run: poetry run flake8 -v src/
run: |
cd src/
poetry run flake8
- name: Run SQLite tests
run: poetry run py.test --cov --cov-report=xml
Expand Down

0 comments on commit 7745182

Please sign in to comment.