File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ jobs:
569
569
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
570
570
run : |
571
571
pip3 install -U setuptools
572
- pip3 install awscli
572
+ pip3 install awscli --break-system-packages
573
573
- name : Prepare the dist
574
574
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
575
575
run : |
@@ -718,7 +718,7 @@ jobs:
718
718
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
719
719
run : |
720
720
pip3 install -U setuptools
721
- pip3 install awscli
721
+ pip3 install awscli --break-system-packages
722
722
- name : Prepare the dist
723
723
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
724
724
run : |
@@ -889,7 +889,7 @@ jobs:
889
889
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
890
890
run : |
891
891
pip3 install -U setuptools
892
- pip3 install awscli
892
+ pip3 install awscli --break-system-packages
893
893
- name : Prepare the dist
894
894
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
895
895
run : |
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs: # skip-master skip-pr skip-stable
157
157
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
158
158
run : |
159
159
pip3 install -U setuptools
160
- pip3 install awscli
160
+ pip3 install awscli --break-system-packages
161
161
- name : Prepare the dist
162
162
if : github.event_name == 'push' && github.ref == 'refs/heads/stable' && matrix.mode == 'release'
163
163
run : |
You can’t perform that action at this time.
0 commit comments