Skip to content

Commit

Permalink
pin cyipopt version in conda install (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jduerholt authored Feb 7, 2025
1 parent 065ea9f commit f693891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge cyipopt
conda install -c conda-forge cyipopt=1.5.0
pip install ".[optimization,tests,cheminfo,xgb,entmoot]"
- name: Run tests
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install Dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge cyipopt
conda install -c conda-forge cyipopt=1.5.0
pip install --upgrade git+https://github.com/cornellius-gp/linear_operator.git
pip install --upgrade git+https://github.com/cornellius-gp/gpytorch.git
export ALLOW_LATEST_GPYTORCH_LINOP=true
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install Dependencies
shell: bash -l {0}
run: |
conda install -c conda-forge cyipopt
conda install -c conda-forge cyipopt=1.5.0
pip install ".[optimization,tests,cheminfo,xgb,entmoot,tutorials]"
- name: Run Notebooks
Expand Down

0 comments on commit f693891

Please sign in to comment.