Skip to content

Commit

Permalink
Pin circleci numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong authored Jun 25, 2024
1 parent aed3d25 commit a4740d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
no_output_timeout: 30m
command: |
pip install --upgrade pip
pip install --only-binary=numpy,scipy numpy==1.22.4 scipy Cython pytest pytest-cov codecov
pip install --only-binary=numpy,scipy numpy==1.22.4 scipy==1.10.1 Cython pytest pytest-cov codecov
pip install -e .[tests]
pip install numpy==1.22.4 scipy==1.10.1
- run:
name: Run tests
no_output_timeout: 30m
Expand Down

0 comments on commit a4740d4

Please sign in to comment.