Skip to content

Commit

Permalink
Use --upgrade-strategy=eager in pytest CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 11, 2023
1 parent 2190167 commit 776f8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: ts-graphviz/setup-graphviz@v1

- name: Install the Python package and dependencies
run: pip install .[docs,tests]
run: pip install --upgrade --upgrade-strategy=eager .[docs,tests]

- name: Run test suite using pytest
run: pytest genno --trace-config --color=yes --verbose --cov-report=xml --cov-report=term --numprocesses auto
Expand Down

0 comments on commit 776f8b1

Please sign in to comment.