From 25a87bc1b070340b76ae27318d1760aa9e35fac0 Mon Sep 17 00:00:00 2001 From: Yazhini Date: Fri, 29 Nov 2024 13:23:36 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e64f855..ac27594 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,9 @@ jobs: CONDA_OVERRIDE_CUDA: "11.0" run: | conda env create --file environment.yml --name mcdevol_env + - name: Activate Environment + run: | + source ~/.bashrc # Ensure the shell is updated with conda initialization conda activate mcdevol_env - name: Verify CUDA Installation run: |