Skip to content

Commit

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

Please sign in to comment.