Skip to content

Commit

Permalink
Fix bug in installing cloudsmith cli
Browse files Browse the repository at this point in the history
SeanTAllen committed Mar 30, 2024

Verified

This commit was signed with the committer’s verified signature.
le0pard Oleksii Vasyliev
1 parent 68e141e commit 7147cfb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ jobs:
- name: brew install dependencies
run: brew install coreutils
- name: pip install dependencies
run: pip3 install --upgrade cloudsmith-cli
run: pip3 install --upgrade --break-system-packages cloudsmith-cli
- name: Build and upload
run: |
export PATH="/tmp/ponyc/bin/:/Library/Frameworks/Python.framework/Versions/3.11/bin/:$PATH"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
- name: brew install dependencies
run: brew install coreutils
- name: pip install dependencies
run: pip3 install --upgrade cloudsmith-cli
run: pip3 install --upgrade --break-system-packages cloudsmith-cli
- name: Build and upload
run: |
export PATH="/tmp/ponyc/bin/:/Library/Frameworks/Python.framework/Versions/3.11/bin/:$PATH"

0 comments on commit 7147cfb

Please sign in to comment.