Skip to content

Commit

Permalink
Merge pull request #9 from im-voracity/workflows
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
im-voracity authored Mar 21, 2024
2 parents f6a6e3a + 20380b7 commit b20d8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
virtualenvs-in-project: true

- name: Install dependencies
run: poetry install --groups dev --no-root
run: poetry install --dev --no-root

- name: Run tests
run: poetry run python -m unittest discover -s tests
Expand Down

0 comments on commit b20d8db

Please sign in to comment.