We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd97d07 commit 2bb1443Copy full SHA for 2bb1443
2 files changed
.cirrus.yml
@@ -9,11 +9,12 @@ cirrus_wheels_macos_arm64_task:
9
env:
10
PATH: /opt/homebrew/opt/python@3.10/bin:$PATH
11
CIBW_ARCHS_MACOS: arm64
12
+ CIBW_TEST_COMMAND: "python -m flint.test"
13
install_pre_requirements_script:
14
- python3 -m venv venv
15
- venv/bin/pip install --upgrade pip
16
- venv/bin/pip install cibuildwheel==2.16.2
17
run_cibuildwheel_script:
- - bin/cibw.sh
18
+ - venv/bin/cibuildwheel --platform macos
19
wheels_artifacts:
20
path: "wheelhouse/*"
bin/cibw.sh
0 commit comments