Skip to content

Commit d865e59

Browse files
author
Mariko Wakabayashi
committed
Fix upgrade packaging dependencies build step
1 parent f13a22b commit d865e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
architecture: 'x64'
2626
- name: Upgrade packaging dependencies
2727
run: |
28-
pip install --upgrade pip setuptools wheel
28+
pip install --upgrade pip setuptools wheel --user
2929
- name: Get pip cache dir
3030
id: pip-cache
3131
run: |

0 commit comments

Comments
 (0)