Skip to content

Commit bca09f6

Browse files
fix: pip3のオプションを修正
1 parent 3244c81 commit bca09f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Install dependencies
103103
run: |
104-
pip3 install setuptools
104+
pip3 install setuptools --break-system-packages
105105
pnpm i
106106
107107
- name: Download artifact

0 commit comments

Comments
 (0)