From 7773de8e9505c656e4eb0de507b4dcb27c01655d Mon Sep 17 00:00:00 2001 From: Taylor Barnes Date: Mon, 6 Jan 2025 12:10:30 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0155265..897ade21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,6 +165,9 @@ jobs: run: | python3 -m venv venv cat venv/bin/activate >> env.source + : # OpenMPI needs access to a temporary directory + mkdir ~/tempdir + cat "export TMPDIR=~/tempdir" source env.source - name: Install Pip dependencies (MacOS)