ci: explicit ipopt version for windows
This commit is contained in:
parent
92080b1cd2
commit
be4dbd58f1
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -59,6 +59,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo -e "- glpk\n- ipopt" >> envs/environment.yaml
|
echo -e "- glpk\n- ipopt" >> envs/environment.yaml
|
||||||
|
|
||||||
|
- name: Add solver to environment
|
||||||
|
run: |
|
||||||
|
echo -e "- glpk\n- ipopt<3.13.3" >> envs/environment.yaml
|
||||||
|
if: ${{ matrix.label }} == 'windows-latest'
|
||||||
|
|
||||||
|
- name: Add solver to environment
|
||||||
|
run: |
|
||||||
|
echo -e "- glpk\n- ipopt" >> envs/environment.yaml
|
||||||
|
if: ${{ matrix.label }} != 'windows-latest'
|
||||||
|
|
||||||
- name: Setup Mambaforge
|
- name: Setup Mambaforge
|
||||||
uses: conda-incubator/setup-miniconda@v2
|
uses: conda-incubator/setup-miniconda@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user