Skip to content

Commit

Permalink
Install all optional dependencies in CI (#17)
Browse files Browse the repository at this point in the history
* Install all optional dependencies in CI

* Drop redundant -v flag from pytest invocation
  • Loading branch information
NickCao authored Jul 29, 2024
1 parent de9b9ed commit dbe23f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: poetry lock

- name: Install the project dependencies
run: poetry install
run: poetry install --all-extras

- name: Run the automated tests (for example)
run: poetry run pytest -v
run: poetry run pytest

0 comments on commit dbe23f2

Please sign in to comment.