Skip to content

Commit ca492c1

Browse files
authored
Merge pull request #354 from mwakaba2/fix-tests-setup
Fix upgrade packaging dependencies build step
2 parents f13a22b + d865e59 commit ca492c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
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)