Skip to content

Commit a560b0e

Browse files
committed
Fix mistake in Gitlab CI config
1 parent a9ad61c commit a560b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ windows:
2525
before_script:
2626
- choco install python -y --version 3.8.6
2727
script:
28-
- py -m cibuildwheel --output-dir wheelhouse --platform windows
2928
- py -m pip install -e ".[dev]" pytest-custom-exit-code
29+
- py -m cibuildwheel --output-dir wheelhouse --platform windows
3030
- py bin\run_tests.py
3131
tags:
3232
- windows

0 commit comments

Comments
 (0)