Skip to content

Commit

Permalink
build: Combine environment variable settings and mpirun command into …
Browse files Browse the repository at this point in the history
…a single line
  • Loading branch information
atemerev committed Oct 10, 2024
1 parent 2af1d9c commit 4f40a3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
python -mpytest tests -k "not test_indexing"
- name: Run MPI test
run: |
export PATH=$PATH:$PWD/install/bin
export PYTHONPATH=$PYTHONPATH:$PWD/build
mpirun -np 4 python -mpytest tests/test_indexing.py
run: PYTHONPATH=$PYTHONPATH:$PWD/build PATH=$PATH:$PWD/install/bin mpirun -n 4 python -mpytest tests/test_indexing.py

build_docker_no_submodules:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4f40a3b

Please sign in to comment.