Fix pip3 install on Ubuntu runner with --break-system-packages flag
All checks were successful
Deploy / deploy (push) Successful in 1m18s

This commit is contained in:
DaX
2026-02-16 02:08:08 +01:00
parent 145c2d4781
commit bd27f7a9e4

View File

@@ -64,7 +64,7 @@ jobs:
- name: Setup AWS - name: Setup AWS
if: steps.changes.outputs.frontend == 'true' || steps.changes.outputs.api == 'true' if: steps.changes.outputs.frontend == 'true' || steps.changes.outputs.api == 'true'
run: | run: |
pip3 install -q awscli pip3 install -q --break-system-packages awscli
aws configure set aws_access_key_id "${{ secrets.AWS_ACCESS_KEY_ID }}" aws configure set aws_access_key_id "${{ secrets.AWS_ACCESS_KEY_ID }}"
aws configure set aws_secret_access_key "${{ secrets.AWS_SECRET_ACCESS_KEY }}" aws configure set aws_secret_access_key "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
aws configure set region eu-central-1 aws configure set region eu-central-1