summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-13 12:27:52 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-13 12:27:52 +0100
commitc2f66ea00ba3c8cb390925c900806b112b2aac31 (patch)
treeb1f07ed59adcb861d60ba03109b9a6dc9cea9dd2
parent21824c06ad22f1206e57530b5f0dadea88319597 (diff)
downloadzope-security-c2f66ea00ba3c8cb390925c900806b112b2aac31.tar.gz
- fix test failure by always pre-installing cffi
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 48528bc..9a7f8c9 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -319,6 +319,7 @@ jobs:
pip install -U wheel setuptools
pip install -U coverage
pip install -U 'faulthandler; python_version == "2.7" and platform_python_implementation == "CPython"'
+ pip install -U 'cffi; platform_python_implementation == "CPython"'
# 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?