Skip to content

Commit

Permalink
run_tests.yml install --with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-adastra committed Sep 20, 2024
1 parent 6111cf6 commit 360731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: Install Dependencies
run: poetry install
run: poetry install --with dev

- name: Run Tests
run: poetry run pytest

0 comments on commit 360731a

Please sign in to comment.