Skip to content

Commit

Permalink
More github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent 2564dfd commit 4037f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Build
run: |
conda install --yes numpy cython mpi4py nose
python -m build
conda install --yes numpy cython mpi4py nose setuptools
python setup.py install
- name: Unit tests
run: |
pip install runtests
Expand Down

0 comments on commit 4037f9e

Please sign in to comment.