Skip to content

Commit

Permalink
Make another cffi_constraint path absolute.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac authored Feb 19, 2024
1 parent 3adf353 commit 5472b04
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 @@ -201,7 +201,7 @@ jobs:
echo "cffi @ git+https://github.com/python-cffi/cffi.git@954cab4f889fb019a7f90df153ee1be501495f58" > cffi_constraint.txt
# Use "--pre" here because dependencies with support for this future
# Python release may only be available as pre-releases
PIP_CONSTRAINT=cffi_constraint.txt pip install --pre .[test]
PIP_CONSTRAINT=$PWD/cffi_constraint.txt pip install --pre .[test]
- name: Install zope.security and dependencies
if: matrix.python-version != '3.13.0-alpha - 3.13.0'
run: |
Expand Down

0 comments on commit 5472b04

Please sign in to comment.