fix gitlab windows ci config

This commit is contained in:
Joe Rickerby
2022-11-25 16:49:19 +00:00
parent 4e1d18250b
commit d9d4c050b8
-1
View File
@@ -26,7 +26,6 @@ windows:
- choco install python -y --version 3.8.6
script:
- py -m pip install -e ".[dev]" pytest-custom-exit-code
- py -m cibuildwheel --output-dir wheelhouse --platform windows
- py bin\run_tests.py
tags:
- windows