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

Commit

Permalink
ci: use custom pyhsmm fork
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Oct 10, 2020
1 parent 52610f8 commit b07df8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
julia --project=. -e "using Pkg; Pkg.instantiate();"
julia --project=. -e "using Pkg; Pkg.add(\"PyCall\");"
pip install future numpy 'scipy==1.1.0' requests
pip install git+https://github.com/mattjj/pyhsmm.git
pip install git+https://github.com/maxmouchet/pybasicbayes.git
pip install git+https://github.com/maxmouchet/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 b07df8d

Please sign in to comment.