Skip to content

Commit 2a78360

Browse files
not linux_aarch64
1 parent 1229ba8 commit 2a78360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipe/meta.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ test:
4242
files:
4343
- mpi_test.py
4444
imports:
45-
- mpi
45+
- mpi # [not linux_aarch64]
4646

4747
commands:
48-
- ompi_info
49-
- python -c "import mpi; print(mpi.pydusa_version())"
50-
- mpirun --oversubscribe -n 4 python mpi_test.py
48+
- ompi_info # [not linux_aarch64]
49+
- python -c "import mpi; print(mpi.pydusa_version())" # [not linux_aarch64]
50+
- mpirun --oversubscribe -n 4 python mpi_test.py # [not linux_aarch64]
5151

5252
about:
5353
license: GPL-2.0

0 commit comments

Comments
 (0)