Skip to content

Commit

Permalink
Removing ipopt from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jezsadler committed Sep 28, 2024
1 parent 6e36c47 commit 3c20611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m site
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
conda install -c conda-forge ipopt
# conda install -c conda-forge ipopt
conda install -c conda-forge pyscipopt
- name: "Run tox targets with lean testing environment for ${{ matrix.python-version }}"
Expand Down

0 comments on commit 3c20611

Please sign in to comment.