Skip to content

Commit

Permalink
ci: protect against PIP_NO_BUILD_ISOLATION
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 8, 2022
1 parent 0c1a2e8 commit 40b649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run_tests: &RUN_TESTS
install_cibuildwheel_script:
- python -m pip install ".[dev]" pytest-custom-exit-code
- PIP_NO_BUILD_ISOLATION=on python -m pip install ".[dev]" pytest-custom-exit-code
run_cibuildwheel_tests_script:
- python ./bin/run_tests.py

Expand Down

0 comments on commit 40b649f

Please sign in to comment.