Skip to content

Commit

Permalink
Update cbc install method in windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Oct 23, 2023
1 parent 419f690 commit b6a2024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
environment-file: requirements/base.txt
create-args: >-
-f requirements/dev.txt
curl
python=3.${{ matrix.py3version }}
post-cleanup: all
cache-environment: true
Expand All @@ -51,7 +52,7 @@ jobs:
- name: install CBC (Windows)
if: matrix.os == 'windows-latest'
run: |
wget https://github.com/coin-or/Cbc/releases/download/releases%2F2.10.10/Cbc-releases.2.10.10-w64-msvc17-md.zip -O cbc.zip
curl https://github.com/coin-or/Cbc/releases/download/releases%2F2.10.10/Cbc-releases.2.10.10-w64-msvc17-md.zip -o cbc.zip
unzip cbc.zip -d ${HOME}/cbc
echo "${HOME}/cbc/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit b6a2024

Please sign in to comment.