From 9a86840df5cf9e46597f7435441135c8524c25c3 Mon Sep 17 00:00:00 2001 From: rythorpe Date: Mon, 2 Oct 2023 23:16:18 -0400 Subject: [PATCH] use conda instead of system-level ompi build --- .github/workflows/unit_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 26572131a2..7c7bf2c36b 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -27,7 +27,6 @@ jobs: if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update - sudo apt-get install libopenmpi-dev openmpi-bin fi; - name: Install dependencies shell: bash -el {0}