Skip to content

Commit

Permalink
Workaround python-cffi/cffi#117.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Sep 3, 2024
1 parent 91a662d commit 01c26d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ jobs:
core.exportVariable('VCPKG_BINARY_SOURCES', "clear;x-gha,readwrite");
core.exportVariable('VCPKG_ROOT', process.env.VCPKG_INSTALLATION_ROOT || '');
- name: Setup PIP_CONSTRAINTS (workaround https://github.com/python-cffi/cffi/issues/117)
if: matrix.options.py == 'ON' && matrix.check_mkvk != 'ONLY'
run:
echo 'setuptools<74' > $env:BUILD_DIR/constraint.txt
echo "PIP_CONSTRAINT=$env:BUILD_DIR/constraint.txt" >> $env:GITHUB_ENV

- name: Install Dependencies
if: matrix.check_mkvk != 'ONLY'
# This script only installs what's needed by ON FEATUREs.
Expand Down

0 comments on commit 01c26d4

Please sign in to comment.