From e25fb02e9cff7249ae2f058e5686b815c0a0b3f5 Mon Sep 17 00:00:00 2001 From: Fabian Hofmann Date: Wed, 16 Nov 2022 12:44:28 +0100 Subject: [PATCH] CI: make coincbc and ipopt installed by conda --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f528c28d..da984fd3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: - name: Add solver to environment run: | - echo -e " - coincbc\n - ipopt<3.13.3" >> ../pypsa-eur/envs/environment.yaml + echo -e "- coincbc\n- ipopt<3.13.3" >> ../pypsa-eur/envs/environment.yaml - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v2