8000 ENH Fix windows · MacPython/scikit-learn-wheels@f320e02 · 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 f320e02

Browse files
committed
ENH Fix windows
1 parent 41dd072 commit f320e02

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
@@ -84,6 +84,7 @@ init:
8484
if ($env:APPVEYOR_REPO_BRANCH -eq "master") {
8585
$env:CONTAINER = "my-pre-release"
8686
if ($env:DAILY_COMMIT) { $env:BUILD_COMMIT = $env:DAILY_COMMIT }
87+
if ($env:DAILY_SKIP -eq "true") { exit 0 }
8788
} else {
8889
$env:CONTAINER = "wheels"
8990
$env:UPLOAD_ARGS = "--no-update-index"
@@ -92,8 +93,6 @@ init:
9293
install:
9394
# Install Python (from the official .msi of http://python.org) and pip when
9495
# not already installed.
95-
- ps: >-
96-
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:DAILY_SKIP -eq "true") { exit 0 }
9796
- "powershell ./appveyor/install.ps1"
9897
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
9998
- "python -m pip install -U pip"
@@ -123,8 +122,6 @@ install:
123122
build: false
124123

125124
test_script:
126-
- ps: >-
127-
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:DAILY_SKIP -eq "true") { exit 0 }
128125
# Remove the source dir to make sure we run the tests on the
129126
# installed library.
130127
- "rd /s /q \"sklearn\""
@@ -143,8 +140,6 @@ artifacts:
143140
- path: dist\*
144141

145142
on_success:
146-
- ps: >-
147-
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -and $env:DAILY_SKIP -eq "true") { exit 0 }
148143
# Upload the generated wheel package to Rackspace
149144
# On Windows, Apache Libcloud cannot find a standard CA cert bundle so we
150145
# disable the ssl checks.

0 commit comments

Comments
 (0)
0