From 0092e74260de470dbcec490c02bd951e8b5a654d Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Mon, 6 Jan 2020 11:02:46 +0100 Subject: [PATCH] CI: Fix scipy version for tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17d1b818..9fa4313d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |