We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26b170 commit bb3daa5Copy full SHA for bb3daa5
.cirrus.yml
@@ -1,6 +1,7 @@
1
run_tests: &RUN_TESTS
2
install_cibuildwheel_script:
3
- - pip install hatchling
+ - python -m pip --version
4
+ - python -m pip install hatchling
5
- python -m pip install ".[dev]" pytest-custom-exit-code
6
run_cibuildwheel_tests_script:
7
- python ./bin/run_tests.py
0 commit comments