Commit 876166f 1 parent e4223b4 commit 876166f Copy full SHA for 876166f
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
38
38
- name : Set up conda environment
39
- uses : mamba-org/setup-micromamba@v1
39
+ uses : mamba-org/setup-micromamba@v2
40
40
with :
41
41
environment-file : ci/environment.yml
42
42
environment-name : cf_xarray_test
70
70
# need to fetch all tags to get a correct version
71
71
fetch-depth : 0 # fetch all branches and tags
72
72
- name : Set up conda environment
73
- uses : mamba-org/setup-micromamba@v1
73
+ uses : mamba-org/setup-micromamba@v2
74
74
with :
75
75
environment-file : ci/environment-no-optional-deps.yml
76
76
environment-name : cf_xarray_test
97
97
with :
98
98
fetch-depth : 0 # Fetch all history for all branches and tags.
99
99
- name : Set up conda environment
100
- uses : mamba-org/setup-micromamba@v1
100
+ uses : mamba-org/setup-micromamba@v2
101
101
with :
102
102
environment-file : ci/environment.yml
103
103
environment-name : cf_xarray_test
Original file line number Diff line number Diff line change 38
38
run : |
39
39
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
40
40
- name : Set up conda environment
41
- uses : mamba-org/setup-micromamba@v1
41
+ uses : mamba-org/setup-micromamba@v2
42
42
with :
43
43
environment-file : ci/upstream-dev-env.yml
44
44
environment-name : cf_xarray_test
You can’t perform that action at this time.
0 commit comments