Skip to content

Commit 3254692

Browse files
committed
more fixees to yaml file
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 1d79311 commit 3254692

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ompi_mpi4py.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
wget https://github.com/mpi4py/mpi4py/releases/download/${MPI4PY_VERSION}/mpi4py-3.1.5.tar.gz
2828
tar -zxf mpi4py-${MPI4PY_VERSION}.tar.gz
2929
echo "PYTHONPATH=${GITHUB_WORKSPACE}/mpi4py-${MPI4PY_VERSION}/" >> ${GITHUB_ENV}
30-
echo "${GITHUB_WORKSPACE}/install/bin" >> ${GITHUB_PATH}
30+
export PATH=${GITHUB_WORKSPACE}/install/bin:$PATH
3131
cd mpi4py-${MPI4PY_VERSION}
3232
python3 setup.py build --mpicc="mpicc -shared"
3333
python3 setup.py install --user
3434
- name: Run MPI4py
3535
run: |
36+
export PATH=${GITHUB_WORKSPACE}/install/bin:$PATH
3637
cd mpi4py-${MPI4PY_VERSION}/test
3738
mpirun --map-by :OVERSUBSCRIBE -np 3 python3 ./runtests.py

0 commit comments

Comments
 (0)