Skip to content

Commit

Permalink
gha: update dependencies in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Oct 24, 2023
1 parent 0071743 commit b79216a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update -qq
sudo apt install lcov libfmt-dev python3-pybind11
sudo apt install lcov libfmt-dev libhdf5-dev libeigen3-dev python3-pybind11
- name: Install dependencies (macos)
if: startsWith(matrix.os, 'macos')
run: brew install cmake llvm@14 lcov fmt pybind11
run: brew install cmake llvm@14 lcov fmt hdf5 eigen pybind11

- name: Install python dependencies
run: |
Expand Down

0 comments on commit b79216a

Please sign in to comment.