Skip to content

Commit

Permalink
Install mpi4py first
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Dec 19, 2023
1 parent 98062ce commit e6d9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
run: |
export PATH=/opt/openmpi-4.1.5/bin:$PATH
export LD_LIBRARY_PATH=/opt/openmpi-4.1.5/lib:$LD_LIBRARY_PATH
export MPICC=/opt/openmpi-4.1.5/bin/mpicc:$MPICC
ompi_info
- uses: actions/checkout@v3
- name: Install poetry
Expand All @@ -54,6 +53,7 @@ jobs:
run: |
poetry env use '3.10'
source $(poetry env info --path)/bin/activate
env MPICC=/opt/openmpi-4.1.5/bin/mpicc python -m pip install git+https://github.com/mpi4py/mpi4py
poetry install --with test,dev --all-extras
coverage run -m pytest -m integration_test && coverage xml && coverage report -m
- name: Upload coverage to Codecov
Expand Down

0 comments on commit e6d9e7e

Please sign in to comment.