We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13a22b commit d865e59Copy full SHA for d865e59
.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