Skip to content

Commit

Permalink
Add gcc openmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent 4037f9e commit 2c8755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build
run: |
conda install --yes numpy cython mpi4py nose setuptools
conda install --yes numpy cython mpi4py nose setuptools openmpi gcc
python setup.py install
- name: Unit tests
run: |
Expand Down

0 comments on commit 2c8755e

Please sign in to comment.