Skip to content

Commit

Permalink
Fix bug in installing cloudsmith cli
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Mar 30, 2024
1 parent 68e141e commit 7147cfb
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7147cfb

Please sign in to comment.