8000 ENH Fix windows · MacPython/scikit-learn-wheels@29b4781 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 29b4781

Browse files
committed
ENH Fix windows
1 parent 0d46b4d commit 29b4781

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,14 @@ environment:
7373
PYTHON_ARCH: "64"
7474
NP_BUILD_DEP: "1.14.5"
7575

76-
matrix:
77-
allow_failures:
78-
- APPVEYOR_REPO_BRANCH: "master"
79-
DAILY_SKIP: "true"
80-
8176
init:
8277
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
8378
- "ECHO \"%APPVEYOR_SCHEDULED_BUILD%\""
8479
- ps: >-
8580
if ($env:APPVEYOR_REPO_BRANCH -eq "master") {
8681
$env:CONTAINER = "my-pre-release"
8782
if ($env:DAILY_COMMIT) { $env:BUILD_COMMIT = $env:DAILY_COMMIT }
88-
if ($env:DAILY_SKIP -eq "true") { exit 0 }
83+
if ($env:DAILY_SKIP -eq "true") { Exit-AppveyorBuild }
8984
} else {
9085
$env:CONTAINER = "wheels"
9186
$env:UPLOAD_ARGS = "--no-update-index"

0 commit comments

Comments
 (0)
0