Skip to content

Commit

Permalink
TST: use numpy 2.0 (stable) in py312-test-cov tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 17, 2024
1 parent 4d034aa commit 5ecf8a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ jobs:
envs: |
# NOTE: this coverage test is needed for tests and code that
# run only with minimal dependencies.
# 2024-05-30: added predeps to ensure new PRs do not break numpy 2.0
# docs. Fine to remove once numpy 2.0 is released (if problematic).
- name: Python 3.12 with minimal dependencies and full coverage
linux: py312-test-cov-predeps
linux: py312-test-cov
coverage: codecov
- name: Python 3.11 in Parallel with all optional dependencies
Expand Down

0 comments on commit 5ecf8a5

Please sign in to comment.