Skip to content

Commit

Permalink
re enabling mpi based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iparask authored Dec 19, 2024
1 parent a5c13db commit 581b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
export OMP_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
python3 -m unittest discover
mpirun -n 2 python3 -m unittest discover
# FIXME: Re-enable after testing this procedure on a local
# apple machine.
Expand Down

0 comments on commit 581b77e

Please sign in to comment.