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 25a87bc commit c64b49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
conda env create --file environment.yml --name mcdevol_env
- name: Activate Environment
run: |
conda init
source ~/.bashrc # Ensure the shell is updated with conda initialization
conda activate mcdevol_env
- name: Verify CUDA Installation
run: |
conda init
conda activate mcdevol_env
nvcc --version
nvidia-smi
Expand Down

0 comments on commit c64b49a

Please sign in to comment.