Skip to content

Commit 17878c4

Browse files
committed
Install theano in github workflow
1 parent 5afbdb1 commit 17878c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Install build and test dependencies
6565
shell: cmd /C call {0}
6666
run: |
67-
conda install conda-build conda-verify coverage pytest pytest-cov hypothesis statsmodels sundials
67+
conda install conda-build conda-verify coverage pytest pytest-cov hypothesis statsmodels sundials theano
6868
- name: Sunode build
6969
shell: cmd /C call {0}
7070
run: |

0 commit comments

Comments
 (0)