Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent 835d18d commit bc1e927
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 @@ -44,7 +44,7 @@ jobs:
- name: Build
run: |
conda create --yes -n test python=${{ matrix.python-version }} gcc_linux-64
source activate test
conda activate test
conda install --yes numpy nose cython mpi4py openmpi
python setup.py install
- name: Unit tests
Expand Down

0 comments on commit bc1e927

Please sign in to comment.