Skip to content

Commit 27c17cd

Browse files
committed
source instead of init conda
1 parent 2736ba3 commit 27c17cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest-ctsm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Activate spack and conda environments and run tests
3131
run: |
32-
conda init bash
32+
source /opt/miniconda/etc/profile.d/conda.sh
3333
conda activate testing
3434
. /opt/spack-environment/activate.sh
3535
echo "CONDA_PREFIX: $CONDA_PREFIX"

0 commit comments

Comments
 (0)