From eafeee7241fe67bf8132c90ff76573e6e64bb200 Mon Sep 17 00:00:00 2001 From: "Joanna Piper Morgan (jonsey)" Date: Tue, 7 May 2024 10:06:22 -0700 Subject: [PATCH] sourceing .bashrc --- .github/workflows/numba_self_host.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/numba_self_host.yml b/.github/workflows/numba_self_host.yml index f217c776..a361c031 100644 --- a/.github/workflows/numba_self_host.yml +++ b/.github/workflows/numba_self_host.yml @@ -16,6 +16,7 @@ jobs: pwd ls module load cuda/12 openmpi/4.0_gcc-10 + source ~/.bashrc conda create --name ghaction_temp python=3.11 conda activate ghaction_temp which python