We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f13a22b + d865e59 commit ca492c1Copy full SHA for ca492c1
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
architecture: 'x64'
26
- name: Upgrade packaging dependencies
27
run: |
28
- pip install --upgrade pip setuptools wheel
+ pip install --upgrade pip setuptools wheel --user
29
- name: Get pip cache dir
30
id: pip-cache
31
0 commit comments