We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce4f9b commit 98062ceCopy full SHA for 98062ce
.github/workflows/integration_tests.yml
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
export PATH=/opt/openmpi-4.1.5/bin:$PATH
44
export LD_LIBRARY_PATH=/opt/openmpi-4.1.5/lib:$LD_LIBRARY_PATH
45
+ export MPICC=/opt/openmpi-4.1.5/bin/mpicc:$MPICC
46
ompi_info
47
- uses: actions/checkout@v3
48
- name: Install poetry
@@ -54,7 +55,6 @@ jobs:
54
55
poetry env use '3.10'
56
source $(poetry env info --path)/bin/activate
57
poetry install --with test,dev --all-extras
- env MPICC=/opt/openmpi-4.1.5/bin/mpicc python -m pip install git+https://github.com/mpi4py/mpi4py
58
coverage run -m pytest -m integration_test && coverage xml && coverage report -m
59
- name: Upload coverage to Codecov
60
uses: Wandalen/wretry.action@v1.0.36
0 commit comments