Skip to content

Commit

Permalink
Install theano in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Aug 6, 2020
1 parent 5afbdb1 commit 17878c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install build and test dependencies
shell: cmd /C call {0}
run: |
conda install conda-build conda-verify coverage pytest pytest-cov hypothesis statsmodels sundials
conda install conda-build conda-verify coverage pytest pytest-cov hypothesis statsmodels sundials theano
- name: Sunode build
shell: cmd /C call {0}
run: |
Expand Down

0 comments on commit 17878c4

Please sign in to comment.