Skip to content

Commit

Permalink
make test workflow install extras
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeruzore committed Aug 26, 2024
1 parent 21e650e commit 46b21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH

- name: Install dependencies
run: poetry install --with=tests
run: poetry install --with tests --extras jax

- name: Run tests
run: poetry run pytest -vv

0 comments on commit 46b21be

Please sign in to comment.