Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhinia authored Nov 29, 2024
1 parent 4128cef commit 25a87bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 25a87bc

Please sign in to comment.