Skip to content

Commit

Permalink
Use full path to constraint.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Sep 4, 2024
1 parent 5f90494 commit 50f3d10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,8 @@ jobs:
- name: Setup PIP_CONSTRAINT (workaround https://github.com/python-cffi/cffi/issues/117)
if: matrix.options.py == 'ON' && matrix.check_mkvk != 'ONLY'
run: |
mkdir interface/python_binding/build # Doesn't exist until python build.
echo 'setuptools<74' > interface/python_binding/build/constraint.txt
echo "PIP_CONSTRAINT=interface/python_binding/build/constraint.txt" >> $env:GITHUB_ENV
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'
Expand Down

0 comments on commit 50f3d10

Please sign in to comment.