Skip to content

Commit 5302de8

Browse files
committed
fix python library install
1 parent e886b78 commit 5302de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
sudo apt-add-repository --yes --update ppa:ansible/ansible
327327
sudo apt-get install -y ansible
328328
sudo ln -s /usr/bin/createrepo_c /usr/bin/createrepo
329-
pip3 install boto3 botocore natsort
329+
pip3 install boto3 botocore natsort --break-system-packages
330330
331331
- name: Download packages
332332
run: |

0 commit comments

Comments
 (0)