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

Commit

Permalink
ci: update to latest pyhsmm version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 10, 2020
1 parent 4946644 commit c8c260c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
julia --project=. -e "using Pkg; Pkg.instantiate();"
julia --project=. -e "using Pkg; Pkg.add(\"PyCall\");"
pip install future numpy 'scipy==1.1.0'
pip install pyhsmm
pip install future numpy 'scipy==1.1.0' requests
pip install git+https://github.com/mattjj/pyhsmm.git
- name: "Run Julia tests"
run: |
julia --project=. --check-bounds=yes -e "using Pkg; Pkg.test(coverage=true);"
Expand Down

0 comments on commit c8c260c

Please sign in to comment.