Skip to content

Commit

Permalink
Update cffi support
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Feb 2, 2024
1 parent e38159c commit 358bf44
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 @@ -317,7 +317,7 @@ jobs:
# Unzip into src/ so that testrunner can find the .so files
# when we ask it to load tests from that directory. This
# might also save some build time?
unzip -n dist/zope.index-*whl -d src
unzip -n dist/BTrees-*whl -d src
# 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 -U -e .[test]
Expand Down

0 comments on commit 358bf44

Please sign in to comment.