Skip to content

Commit

Permalink
Fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Mar 26, 2024
1 parent 521b0b7 commit 1aad0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
matrix.python-version == '3.13.0-alpha - 3.13.0'
&& startsWith(runner.os, 'Windows')
env:
PIP_CONSTRAINT: %cd%\cffi_constraint.txt
PIP_CONSTRAINT: ${{ github.workspace }}\cffi_constraint.txt
run: |
# Next, build the wheel *in place*. This helps ccache, and also lets us cache the configure
# output (pip install uses a random temporary directory, making this difficult).
Expand Down

0 comments on commit 1aad0f0

Please sign in to comment.