Skip to content

Commit d65af28

Browse files
committed
allow writing to dist after docker run as sudo
1 parent 74222f8 commit d65af28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
-e MB_ML_LIBC="${MB_ML_LIBC}" \
124124
-v $(pwd):/openblas $docker_image \
125125
/bin/bash -xe /openblas/tools/build_wheel.sh
126+
sudo chmod -R a+w dist
126127
fi
127128
128129
- uses: actions/[email protected]

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@ after_success:
9090
- sudo chmod -R a+w /home/travis/.cache
9191
- pip install -q git+https://github.com/Anaconda-Platform/[email protected]
9292
# Upload libraries to the shared staging area on anaconda.org
93+
- sudo chmod -R a+w dist
9394
- source tools/upload_to_anaconda_staging.sh
9495
- upload_wheels

0 commit comments

Comments
 (0)