From 5dd9b61b2f6678af411eb2ad87d54be3caf26f00 Mon Sep 17 00:00:00 2001 From: "Joanna Piper Morgan (jonsey)" Date: Tue, 14 May 2024 13:57:51 -0700 Subject: [PATCH] installing mpi4py via other means --- .github/workflows/numba_self_host.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/numba_self_host.yml b/.github/workflows/numba_self_host.yml index 36019102..28bb4250 100644 --- a/.github/workflows/numba_self_host.yml +++ b/.github/workflows/numba_self_host.yml @@ -20,7 +20,8 @@ jobs: conda create --name ghaction_temp python=3.11 conda activate ghaction_temp which python - bash install.sh --hpc + conda install conda-forge::mpi4py + bash install.sh - name: Debug run: | source ~/miniconda3/etc/profile.d/conda.sh