File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 - name : brew install dependencies
138138 run : brew install coreutils
139139 - name : pip install dependencies
140- run : pip3 install --upgrade cloudsmith-cli
140+ run : pip3 install --break-system-packages -- upgrade cloudsmith-cli
141141 - name : Build and upload
142142 run : |
143143 export PATH="/tmp/ponyc/bin/:/Library/Frameworks/Python.framework/Versions/3.11/bin/:$PATH"
Original file line number Diff line number Diff line change 8484 - name : brew install dependencies
8585 run : brew install coreutils
8686 - name : pip install dependencies
87- run : pip3 install --upgrade cloudsmith-cli
87+ run : pip3 install --break-system-packages -- upgrade cloudsmith-cli
8888 - name : Build and upload
8989 run : |
9090 export PATH="/tmp/ponyc/bin/:/Library/Frameworks/Python.framework/Versions/3.11/bin/:$PATH"
You can’t perform that action at this time.
0 commit comments