Skip to content
Snippets Groups Projects
Unverified Commit 7733328e authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Use uvx for running cibuildwheel.

New Windows machine has uv-only installed (no pipx).
parent 9755355e
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ include: ...@@ -30,7 +30,7 @@ include:
.wheels_template: &wheels_template .wheels_template: &wheels_template
stage: build stage: build
script: script:
- pipx run cibuildwheel - uvx cibuildwheel
rules: rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/ - if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment