We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e886b78 commit 5302de8Copy full SHA for 5302de8
.github/workflows/sign_and_release.yml
@@ -326,7 +326,7 @@ jobs:
326
sudo apt-add-repository --yes --update ppa:ansible/ansible
327
sudo apt-get install -y ansible
328
sudo ln -s /usr/bin/createrepo_c /usr/bin/createrepo
329
- pip3 install boto3 botocore natsort
+ pip3 install boto3 botocore natsort --break-system-packages
330
331
- name: Download packages
332
run: |
0 commit comments