Skip to content

Commit

Permalink
Fix mistake in Gitlab CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Oct 13, 2022
1 parent a9ad61c commit a560b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ windows:
before_script:
- choco install python -y --version 3.8.6
script:
- py -m cibuildwheel --output-dir wheelhouse --platform windows
- 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

0 comments on commit a560b0e

Please sign in to comment.