From 17878c429647d079ff0f9c95264886a579b6ab8e Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Thu, 6 Aug 2020 16:45:20 +0200 Subject: [PATCH] Install theano in github workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 162a9a8..e6e201a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |