Skip to content

Commit f693891

Browse files
authored
pin cyipopt version in conda install (#516)
1 parent 065ea9f commit f693891

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Dependencies
5858
shell: bash -l {0}
5959
run: |
60-
conda install -c conda-forge cyipopt
60+
conda install -c conda-forge cyipopt=1.5.0
6161
pip install ".[optimization,tests,cheminfo,xgb,entmoot]"
6262
6363
- name: Run tests
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Dependencies
8787
shell: bash -l {0}
8888
run: |
89-
conda install -c conda-forge cyipopt
89+
conda install -c conda-forge cyipopt=1.5.0
9090
pip install --upgrade git+https://github.com/cornellius-gp/linear_operator.git
9191
pip install --upgrade git+https://github.com/cornellius-gp/gpytorch.git
9292
export ALLOW_LATEST_GPYTORCH_LINOP=true
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Dependencies
122122
shell: bash -l {0}
123123
run: |
124-
conda install -c conda-forge cyipopt
124+
conda install -c conda-forge cyipopt=1.5.0
125125
pip install ".[optimization,tests,cheminfo,xgb,entmoot,tutorials]"
126126
127127
- name: Run Notebooks

0 commit comments

Comments
 (0)