Skip to content

Commit

Permalink
Attempting to unpin coverage (#3877)
Browse files Browse the repository at this point in the history
* Unpin coverage from CI
  • Loading branch information
IAlibay authored and jaclark5 committed Dec 7, 2022
1 parent 865b2d1 commit d6ec345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-deps/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ inputs:
default: 'tidynamics>=1.0.0'
# pip-installed min dependencies
coverage:
default: 'coverage<5.0'
default: 'coverage'
pytest-cov:
default: 'pytest-cov<=2.10.1'
default: 'pytest-cov'
pytest-xdist:
default: 'pytest-xdist'
# pip-install optional dependencies
Expand Down

0 comments on commit d6ec345

Please sign in to comment.