File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 27
27
OPENBLAS_NUM_THREADS=2
28
28
SKLEARN_BUILD_PARALLEL=8
29
29
SKLEARN_SKIP_NETWORK_TESTS=1"
30
- # Nightly upload token and staging upload token are set in Travis settings
31
- - SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN=__token__
32
- - SCIKIT_LEARN_STAGING_UPLOAD_TOKEN=__token__
33
30
34
31
jobs :
35
32
include :
Original file line number Diff line number Diff line change 8
8
9
9
# The wheels cannot be uploaded on PRs
10
10
if [[ $BUILD_WHEEL == true && $TRAVIS_EVENT_TYPE != pull_request ]]; then
11
- if [ $TRAVIS_EVENT_TYPE == cron ]; then
11
+ # Nightly upload token and staging upload token are set in
12
+ # Travis settings (originally generated at Anaconda cloud)
13
+ if [[ $TRAVIS_EVENT_TYPE == cron ]]; then
12
14
ANACONDA_ORG=" scipy-wheels-nightly"
13
15
ANACONDA_TOKEN=" $SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN "
14
16
else
You can’t perform that action at this time.
0 commit comments