Skip to content

Commit 6dfddfd

Browse files
committed
update anaconda-client on travis
1 parent 5bd214d commit 6dfddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/upload_to_anaconda_posix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -ex
44
# Note that the anaconda-client package on PyPI is too old. Install from github
55
# tag instead:
66
echo $(python -c "import sys; print(sys.version)")
7-
pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.7.2
7+
pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0
88
upload_to_anaconda
99

0 commit comments

Comments
 (0)