Skip to content

Commit

Permalink
Run poetry update (#98)
Browse files Browse the repository at this point in the history
* Run poetry update

* Fix github workflow for testing
  • Loading branch information
jackmpcollins authored Jan 31, 2024
1 parent 1cebf20 commit c3900ac
Show file tree
Hide file tree
Showing 2 changed files with 1,420 additions and 1,371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
cache: "poetry"
- run: poetry install --all-extras
- run: poetry run mypy .
- run: poetry run pytest
- run: poetry run pytest tests
Loading

0 comments on commit c3900ac

Please sign in to comment.