Fix mistake in Gitlab CI config
This commit is contained in:
+1
-1
@@ -25,8 +25,8 @@ windows:
|
|||||||
before_script:
|
before_script:
|
||||||
- choco install python -y --version 3.8.6
|
- choco install python -y --version 3.8.6
|
||||||
script:
|
script:
|
||||||
- py -m cibuildwheel --output-dir wheelhouse --platform windows
|
|
||||||
- py -m pip install -e ".[dev]" pytest-custom-exit-code
|
- py -m pip install -e ".[dev]" pytest-custom-exit-code
|
||||||
|
- py -m cibuildwheel --output-dir wheelhouse --platform windows
|
||||||
- py bin\run_tests.py
|
- py bin\run_tests.py
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
|
|||||||
Reference in New Issue
Block a user