Skip to content

Commit

Permalink
added all-extras to poetry install in github workflow
Browse files Browse the repository at this point in the history
we need the "torch" extra in order for the tests to run
  • Loading branch information
mivanit committed Jul 19, 2023
1 parent ce4beaf commit 6512f56
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 @@ -47,7 +47,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry lock --check
poetry install
poetry install --all-extras
- name: tests
run: make test
Expand Down

0 comments on commit 6512f56

Please sign in to comment.