From 465c2461aa259340ce931c5b9e4a44a8cb0c7225 Mon Sep 17 00:00:00 2001 From: Amrit K Date: Tue, 19 Dec 2023 15:57:44 -0500 Subject: [PATCH] Try fix --- .github/workflows/integration_tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index fd7954e68..f6ff6bdb6 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -53,8 +53,6 @@ jobs: source $(poetry env info --path)/bin/activate poetry install --with test,dev --all-extras coverage run -m pytest -m integration_test && coverage xml && coverage report -m - env: - MPICC: /opt/openmpi-4.1.5/bin/mpicc - name: Upload coverage to Codecov uses: Wandalen/wretry.action@v1.0.36 with: