Skip to content

Commit

Permalink
Merge pull request #190 from OpenGATE/brew
Browse files Browse the repository at this point in the history
Try to remove brew errors in github actions
  • Loading branch information
tbaudier committed Jul 3, 2023
2 parents 2423a50 + 8781fdd commit 72b9b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
auto-update-conda: true
activate-environment: opengate_core
python-version: ${{ matrix.python-version }}
- name: Set up Homebrew
if: matrix.os == 'macos-latest'
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Create opengate_core Wheel Mac
if: matrix.os == 'macos-latest'
shell: bash -l {0}
Expand Down

0 comments on commit 72b9b56

Please sign in to comment.