Skip to content

Commit

Permalink
- attempt to fix failure on macOS by pre-installing cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 13, 2022
1 parent bf201dc commit 6205d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 6205d98

Please sign in to comment.