Skip to content

Commit 98062ce

Browse files
committed
Fix integration test
1 parent 2ce4f9b commit 98062ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
export PATH=/opt/openmpi-4.1.5/bin:$PATH
4444
export LD_LIBRARY_PATH=/opt/openmpi-4.1.5/lib:$LD_LIBRARY_PATH
45+
export MPICC=/opt/openmpi-4.1.5/bin/mpicc:$MPICC
4546
ompi_info
4647
- uses: actions/checkout@v3
4748
- name: Install poetry
@@ -54,7 +55,6 @@ jobs:
5455
poetry env use '3.10'
5556
source $(poetry env info --path)/bin/activate
5657
poetry install --with test,dev --all-extras
57-
env MPICC=/opt/openmpi-4.1.5/bin/mpicc python -m pip install git+https://github.com/mpi4py/mpi4py
5858
coverage run -m pytest -m integration_test && coverage xml && coverage report -m
5959
- name: Upload coverage to Codecov
6060
uses: Wandalen/wretry.action@v1.0.36

0 commit comments

Comments
 (0)