Skip to content

Commit

Permalink
CI build cirrus: using pipx to avoid error: externally-managed-enviro…
Browse files Browse the repository at this point in the history
…nment
  • Loading branch information
unhyperbolic committed Apr 8, 2024
1 parent 46a7995 commit 925c942
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ cirrus_wheels_macos_arm64_task:
pip install git+https://github.com/3-manifolds/snappy_manifolds &&
pip install git+https://github.com/3-manifolds/Spherogram
CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl
install_pre_requirements_script:
- brew install python3
install_pipx:
- brew install python3 pipx
- python3 --version
install_cibuildwheel_script:
- python3 -m pip install cibuildwheel==2.15.0
run_cibuildwheel_script:
- python3 -m cibuildwheel --output-dir wheelhouse
- pipx run cibuildwheel --output-dir wheelhouse
wheels_artifacts:
path: "wheelhouse/*"

0 comments on commit 925c942

Please sign in to comment.