Skip to content

Commit bb3daa5

Browse files
authored
Update .cirrus.yml
1 parent a26b170 commit bb3daa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
run_tests: &RUN_TESTS
22
install_cibuildwheel_script:
3-
- pip install hatchling
3+
- python -m pip --version
4+
- python -m pip install hatchling
45
- python -m pip install ".[dev]" pytest-custom-exit-code
56
run_cibuildwheel_tests_script:
67
- python ./bin/run_tests.py

0 commit comments

Comments
 (0)