We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c45a5 commit cdf13aaCopy full SHA for cdf13aa
.github/workflows/unittest-ctsm.yml
@@ -1,4 +1,4 @@
1
-name: Run fates unit tests with ctsm as the hos land model
+name: Run unit tests with ctsm
2
3
on:
4
pull_request:
@@ -21,6 +21,7 @@ jobs:
21
- name: Set up conda environment
22
uses: conda-incubator/setup-miniconda@v2
23
with:
24
+ miniconda-version: 'latest'
25
activate-environment: testing
26
environment-file: testing/testing.yml
27
channels: conda-forge, defaults
0 commit comments