Skip to content

Commit

Permalink
Try to remove brew errors in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Jul 3, 2023
1 parent 2423a50 commit 8781fdd
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 8781fdd

Please sign in to comment.