We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa7d7e commit ef60c82Copy full SHA for ef60c82
.gitlab-ci.yml
@@ -29,7 +29,7 @@ windows:
29
variables:
30
PYTEST_ADDOPTS: -k "unit_test or test_0_basic" --suppress-no-test-exit-code
31
before_script:
32
- - choco install python -y --version 3.12.4
+ - choco install python -y --allow-downgrade --version 3.12.4
33
rules:
34
- if: '$CI_COMMIT_BRANCH == "main"'
35
examples/gitlab-minimal.yml
@@ -21,7 +21,7 @@ linux:
21
windows:
22
image: mcr.microsoft.com/windows/servercore:1809
23
24
25
- choco install git.install -y
26
- py -m pip install cibuildwheel==3.0.0b4
27
script:
0 commit comments