We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7142f55 commit 377c25aCopy full SHA for 377c25a
1 file changed
.github/workflows/pip.yml
@@ -90,6 +90,9 @@ jobs:
90
name: pip-package
91
- name: Install package
92
run: |
93
+ # Allow Pip to write to its cache
94
+ mkdir -p /github/home/.cache/pip
95
+ chown -R $(whoami) /github/home/.cache/pip
96
pip install --upgrade pip
97
pip install $(ls khiops*.tar.gz)
98
- name: Test package / Git tag version coherence
0 commit comments