Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
CI: Fix scipy version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Jan 6, 2020
1 parent 2e1fcb7 commit 0092e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
julia --project=@. -e "using Pkg; Pkg.instantiate();"
julia --project=@. -e "using Pkg; Pkg.add(\"PyCall\");"
pip install future numpy 'scipy==0.19.1'
pip install future numpy 'scipy==1.1.0'
pip install pyhsmm
- name: "Run Julia tests"
run: |
Expand Down

0 comments on commit 0092e74

Please sign in to comment.