We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b583838 commit fde5ba8Copy full SHA for fde5ba8
.github/workflows/build.yml
@@ -3,6 +3,7 @@ name: Build and test
3
4
on: [push, pull_request]
5
env:
6
+ CIBW_ENABLE: pypy
7
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
8
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
9
CIBW_SKIP: "cp38-* pp38-*"
@@ -118,7 +119,7 @@ jobs:
118
119
120
- name: Install OS dependencies
121
if: steps.cache-c-core.outputs.cache-hit != 'true' || steps.cache-c-deps.outputs.cache-hit != 'true' # Only needed when building the C core or libomp
- run: brew install ninja autoconf automake libtool
122
+ run: brew install autoconf automake libtool
123
124
- name: Install OpenMP library
125
if: steps.cache-c-deps.outputs.cache-hit != 'true'
0 commit comments