Skip to content

Commit cdf13aa

Browse files
committed
add miniconda version to ensure installation
1 parent 30c45a5 commit cdf13aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unittest-ctsm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run fates unit tests with ctsm as the hos land model
1+
name: Run unit tests with ctsm
22

33
on:
44
pull_request:
@@ -21,6 +21,7 @@ jobs:
2121
- name: Set up conda environment
2222
uses: conda-incubator/setup-miniconda@v2
2323
with:
24+
miniconda-version: 'latest'
2425
activate-environment: testing
2526
environment-file: testing/testing.yml
2627
channels: conda-forge, defaults

0 commit comments

Comments
 (0)