Skip to content

Commit

Permalink
Fix issue with installing cloudsmith cli
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Mar 30, 2024
1 parent 314596a commit 5fa6136
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 @@ -97,7 +97,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: bash .ci-scripts/release/arm64-apple-darwin-nightly.bash
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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: bash .ci-scripts/release/arm64-apple-darwin-release.bash
env:
Expand Down

0 comments on commit 5fa6136

Please sign in to comment.