Skip to content

Commit

Permalink
Add brew install zeromq on macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 9, 2024
1 parent e618038 commit 504d3a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4

- name: Install dependencies on macOS
if: ${{ inputs.os == 'macos-latest' }}
run: |
echo "On macOS we need to install zeromq"
brew install zeromq
- name: Install ert
run: |
uv pip install ".[dev, everest]"
Expand Down

0 comments on commit 504d3a9

Please sign in to comment.