From 6205d9828103c64c1af910dda8876c73411308c5 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 13 Nov 2022 12:19:10 +0100 Subject: [PATCH] - attempt to fix failure on macOS by pre-installing cffi --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6947f41..6549bdf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -297,6 +297,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?