Skip to content

Commit fde5ba8

Browse files
committed
ci: ninja is auto-installed in the macOS image
1 parent b583838 commit fde5ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build and test
33

44
on: [push, pull_request]
55
env:
6+
CIBW_ENABLE: pypy
67
CIBW_ENVIRONMENT_PASS_LINUX: PYTEST_TIMEOUT
78
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test]' && python -m pytest -v tests"
89
CIBW_SKIP: "cp38-* pp38-*"
@@ -118,7 +119,7 @@ jobs:
118119

119120
- name: Install OS dependencies
120121
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
121-
run: brew install ninja autoconf automake libtool
122+
run: brew install autoconf automake libtool
122123

123124
- name: Install OpenMP library
124125
if: steps.cache-c-deps.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)