Skip to content

Commit

Permalink
Only install cloudsmith on MacOS
Browse files Browse the repository at this point in the history
Installing Python 3 regularly errors out for "reasons".
  • Loading branch information
SeanTAllen committed Oct 8, 2023
1 parent 7d52a5a commit 0bce07b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ jobs:
with:
path: build/libs
key: libs-x86-macos-13-${{ hashFiles('Makefile', 'CMakeLists.txt', 'libs/CMakeLists.txt') }}
- name: Install Dependencies
run: |
brew install python
pip3 install --upgrade cloudsmith-cli
- name: Install Cloudsmith
run: pip3 install --upgrade cloudsmith-cli
- name: Nightly
run: bash .ci-scripts/x86-64-nightly.bash
env:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,8 @@ jobs:
with:
path: build/libs
key: libs-x86-macos-13-${{ hashFiles('Makefile', 'CMakeLists.txt', 'libs/CMakeLists.txt') }}
- name: Install Dependencies
run: |
brew install python
pip3 install --upgrade cloudsmith-cli
- name: Install Cloudsmith
run: pip3 install --upgrade cloudsmith-cli
- name: Release
run: bash .ci-scripts/x86-64-release.bash
env:
Expand Down

0 comments on commit 0bce07b

Please sign in to comment.