Skip to content

Commit 377c25a

Browse files
committed
Allow Pip to write to the cache
1 parent 7142f55 commit 377c25a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pip.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
name: pip-package
9191
- name: Install package
9292
run: |
93+
# Allow Pip to write to its cache
94+
mkdir -p /github/home/.cache/pip
95+
chown -R $(whoami) /github/home/.cache/pip
9396
pip install --upgrade pip
9497
pip install $(ls khiops*.tar.gz)
9598
- name: Test package / Git tag version coherence

0 commit comments

Comments
 (0)