Skip to content

Commit

Permalink
Add Python dependencies on macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc authored and ye-luo committed Oct 1, 2021
1 parent 60724b9 commit fe5aa2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup Dependencies
run: brew install ninja hdf5 fftw boost
run: |
brew install ninja hdf5 fftw boost
pip3 install numpy h5py pandas
- name: Configure
run: tests/test_automation/github-actions/ci/run_step.sh configure
Expand Down

0 comments on commit fe5aa2d

Please sign in to comment.