@@ -36,13 +36,13 @@ jobs:
36
36
run : |
37
37
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
38
38
- name : Set up conda environment
39
- uses : mamba-org/provision-with- micromamba@v15
39
+ uses : mamba-org/setup- micromamba@v1
40
40
with :
41
41
environment-file : ci/environment.yml
42
42
environment-name : cf_xarray_test
43
- cache-env : true
44
- extra-specs : |
45
- python=" ${{ matrix.python-version }}"
43
+ cache-environment : true
44
+ create-args : >-
45
+ python=${{ matrix.python-version }}
46
46
- name : Install cf_xarray
47
47
run : |
48
48
python -m pip install --no-deps -e .
@@ -70,11 +70,11 @@ jobs:
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/provision-with- micromamba@v15
73
+ uses : mamba-org/setup- micromamba@v1
74
74
with :
75
75
environment-file : ci/environment-no-optional-deps.yml
76
76
environment-name : cf_xarray_test
77
- cache-env : true
77
+ cache-environment : true
78
78
- name : Install cf_xarray
79
79
run : |
80
80
python -m pip install --no-deps -e .
@@ -97,13 +97,13 @@ jobs:
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/provision-with- micromamba@v15
100
+ uses : mamba-org/setup- micromamba@v1
101
101
with :
102
102
environment-file : ci/environment.yml
103
103
environment-name : cf_xarray_test
104
- cache-env : true
105
- extra-specs : |
106
- python=" ${{ matrix.python-version }}"
104
+ cache-environment : true
105
+ create-args : >-
106
+ python=${{ matrix.python-version }}
107
107
- name : Install cf_xarray
108
108
run : |
109
109
python -m pip install --no-deps -e .
0 commit comments