Skip to content

Commit

Permalink
Add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax committed May 7, 2024
1 parent 675694f commit 12e8ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: poetry

- name: Install dependencies
run: poetry install
run: poetry install --with dev

- name: Test
run: poetry run pytest -v

0 comments on commit 12e8ced

Please sign in to comment.