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

Commit de2a1d1

Browse files
authored
Pin anaconda-client build dependency (#132)
1 parent 6577649 commit de2a1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ after_success:
7676
source extra_functions.sh;
7777
for f in wheelhouse/*.whl; do rename_wheel $f; done;
7878
ANACONDA_ORG="scipy-wheels-nightly";
79-
pip install git+https://github.com/Anaconda-Server/anaconda-client;
79+
pip install git+https://github.com/Anaconda-Platform/anaconda-client.git@ce89e4351eef;
8080
anaconda -t ${PANDAS_NIGHTLY_UPLOAD_TOKEN} upload --force -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
8181
fi
8282
# for merges (push events) we use the staging area instead;
@@ -85,6 +85,6 @@ after_success:
8585
# multibuild-wheels-staging
8686
- if [ "$TRAVIS_EVENT_TYPE" == "push" ]; then
8787
ANACONDA_ORG="multibuild-wheels-staging";
88-
pip install git+https://github.com/Anaconda-Server/anaconda-client;
88+
pip install git+https://github.com/Anaconda-Platform/anaconda-client.git@ce89e4351eef;
8989
anaconda -t ${PANDAS_STAGING_UPLOAD_TOKEN} upload --force -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
9090
fi

0 commit comments

Comments
 (0)