diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index efd5f1e78..a6ca10736 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -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 @@ -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 -L 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