File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Set up conda environment
25
- uses : mamba-org/provision-with-micromamba@v14
25
+ uses : mamba-org/provision-with-micromamba@v15
26
26
with :
27
27
environment-file : ${{env.CONDA_ENV_FILE}}
28
28
environment-name : xarray-tests
Original file line number Diff line number Diff line change 53
53
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
54
54
55
55
- name : Setup micromamba
56
- uses : mamba-org/provision-with-micromamba@v14
56
+ uses : mamba-org/provision-with-micromamba@v15
57
57
with :
58
58
environment-file : ${{env.CONDA_ENV_FILE}}
59
59
environment-name : xarray-tests
@@ -100,7 +100,7 @@ jobs:
100
100
run : |
101
101
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
102
102
- name : Setup micromamba
103
- uses : mamba-org/provision-with-micromamba@v14
103
+ uses : mamba-org/provision-with-micromamba@v15
104
104
with :
105
105
environment-file : ${{env.CONDA_ENV_FILE}}
106
106
environment-name : xarray-tests
@@ -156,7 +156,7 @@ jobs:
156
156
run : |
157
157
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
158
158
- name : Setup micromamba
159
- uses : mamba-org/provision-with-micromamba@v14
159
+ uses : mamba-org/provision-with-micromamba@v15
160
160
with :
161
161
environment-file : ${{env.CONDA_ENV_FILE}}
162
162
environment-name : xarray-tests
@@ -212,7 +212,7 @@ jobs:
212
212
fetch-depth : 0 # Fetch all history for all branches and tags.
213
213
214
214
- name : Setup micromamba
215
- uses : mamba-org/provision-with-micromamba@v14
215
+ uses : mamba-org/provision-with-micromamba@v15
216
216
with :
217
217
environment-name : xarray-tests
218
218
environment-file : false
Original file line number Diff line number Diff line change 86
86
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
87
87
88
88
- name : Setup micromamba
89
- uses : mamba-org/provision-with-micromamba@v14
89
+ uses : mamba-org/provision-with-micromamba@v15
90
90
with :
91
91
environment-file : ${{ env.CONDA_ENV_FILE }}
92
92
environment-name : xarray-tests
Original file line number Diff line number Diff line change 54
54
with :
55
55
fetch-depth : 0 # Fetch all history for all branches and tags.
56
56
- name : Set up conda environment
57
- uses : mamba-org/provision-with-micromamba@v14
57
+ uses : mamba-org/provision-with-micromamba@v15
58
58
with :
59
59
environment-file : ci/requirements/environment.yml
60
60
environment-name : xarray-tests
You can’t perform that action at this time.
0 commit comments