Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6f57fb5

Browse files
committed
fix ppc64le builds
1 parent 25c6d9a commit 6f57fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ after_success:
8181
ANACONDA_ORG="multibuild-wheels-staging";
8282
TOKEN=${NUMPY_STAGING_UPLOAD_TOKEN};
8383
fi
84-
- pip install git+https://github.com/Anaconda-Server/anaconda-client;
84+
- pip install git+https://github.com/Anaconda-Server/anaconda-client[email protected];
8585
- if [ -n "${TOKEN}" ] ; then
8686
anaconda -t ${TOKEN} upload -u ${ANACONDA_ORG} ${TRAVIS_BUILD_DIR}/wheelhouse/*.whl;
8787
fi

0 commit comments

Comments
 (0)