From 6b8aa7527fe549ba0b4e7f47d24daf062b0dd3ab Mon Sep 17 00:00:00 2001 From: Amrit K Date: Tue, 19 Dec 2023 15:46:03 -0500 Subject: [PATCH] Debug --- .github/workflows/integration_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index fd332a0fb..103bebe40 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -51,9 +51,10 @@ jobs: python-version: '3.10' - name: Install dependencies and check code run: | + ompi_info 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 + env MPICC=/opt/openmpi-4.1.5/bin/mpicc python3 -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