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

Revert "[ci] Disable win jobs temporarily due to runner hardware failure."

This reverts commit 2b7dba96.
parent 5ee8abc0
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ build wheels mac:
CMAKE_OSX_DEPLOYMENT_TARGET: "10.15"
<<: *wheels_template
.build wheels win: # disabled temporarily due to runner hardware failure
build wheels win:
tags: [windows]
extends:
- .vs2019-environment
......@@ -65,7 +65,7 @@ build wheels mac:
publish wheels:
stage: release
needs: ["build wheels linux", "build wheels mac"] # , "build wheels win", # disabled temporarily due to runner hardware failure
needs: ["build wheels linux", "build wheels mac", "build wheels win"]
tags: [envinf, shell]
rules:
- if: $CI_COMMIT_TAG
......
......@@ -5,7 +5,7 @@ include:
- local: "/scripts/ci/jobs/pre-commit.yml"
- local: "/scripts/ci/pipelines/linux.yml"
- local: "/scripts/ci/pipelines/mac.yml"
# - local: "/scripts/ci/pipelines/win.yml" # disabled temporarily due to runner hardware failure
- local: "/scripts/ci/pipelines/win.yml"
- local: "/scripts/ci/jobs/build-docs.yml"
- local: "/scripts/ci/jobs/jupyter.yml"
- local: "/scripts/ci/jobs/code-quality.yml"
......
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