Skip to content

Commit

Permalink
Update github-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed May 11, 2024
1 parent dea63c7 commit c5bbefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
cd gpt
export PYTHONPATH=/usr/local/lib/python${{ matrix.python-version}}/site-packages:/usr/local/lib64/python${{ matrix.python-version}}/site-packages
export WORK_DIR=$(mktemp -d)
./tests/run "" "--mpi_split 1.1.1.1" # "" -> "coverage run"
./tests/run "python" "--mpi_split 1.1.1.1" # "" -> "coverage run"
- name: Run tests
if: matrix.mpi == 'openmpi'
Expand Down

0 comments on commit c5bbefc

Please sign in to comment.