Merge pull request #281 from PyPSA/FabianHofmann-patch-2
CI: make coincbc and ipopt installed by conda
This commit is contained in:
commit
1ee5cd3557
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user