Skip to content

Commit

Permalink
do not build mpi pyom
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Dec 30, 2024
1 parent 299e9b9 commit 19e72de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@ jobs:
for patchfile in ./patches/*.patch; do
git apply --whitespace=fix $patchfile
done
make -C py_src -j 4
make -C py_src -j 4 pyOM_code.so
popd
- name: Export paths
run: |
echo "PYOM2_LIB=$(readlink -f $PYOM2_DIR/py_src/pyOM_code.*.so)" >> $GITHUB_ENV
echo "PYOM2_LIB_MPI=$(readlink -f $PYOM2_DIR/py_src/pyOM_code_MPI.*.so)" >> $GITHUB_ENV
- name: Run tests
run: |
Expand Down

0 comments on commit 19e72de

Please sign in to comment.