Skip to content

Commit 840924e

Browse files
committed
try to open permissions on /home/travis/.cache
1 parent 6dfddfd commit 840924e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ jobs:
9595
env:
9696
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
9797
run: |
98-
pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.7.2
98+
pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0
9999
tools/upload_to_anaconda_staging.sh

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# The token is available when under the MacPython org, not on forks
9191
echo "secrets.MULTIBUILD_WHEELS_STAGING_ACCESS is not defined: skipping";
9292
else
93-
pip install git+https://github.com/Anaconda-Server/anaconda-client@1.7.2;
93+
pip install git+https://github.com/Anaconda-Server/anaconda-client@1.8.0
9494
# The first -t option refers to the token, the second is the "type"
9595
# option to the "upload" command
9696
anaconda -t ${TOKEN} upload \

tools/upload_to_anaconda_posix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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+
sudo chmod -R a+w /home/travis/.cache
78
pip install -q git+https://github.com/Anaconda-Platform/[email protected]
89
upload_to_anaconda
910

0 commit comments

Comments
 (0)