We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ad61c commit a560b0eCopy full SHA for a560b0e
.gitlab-ci.yml
@@ -25,8 +25,8 @@ windows:
25
before_script:
26
- choco install python -y --version 3.8.6
27
script:
28
- - py -m cibuildwheel --output-dir wheelhouse --platform windows
29
- py -m pip install -e ".[dev]" pytest-custom-exit-code
+ - py -m cibuildwheel --output-dir wheelhouse --platform windows
30
- py bin\run_tests.py
31
tags:
32
- windows
0 commit comments