File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed 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@de032af7fb3675649f3d4bbdda85178ba412ee41
56
+ uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
57
57
with :
58
58
environment-file : ${{env.CONDA_ENV_FILE}}
59
59
environment-name : xarray-tests
96
96
run : |
97
97
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
98
98
- name : Setup micromamba
99
- uses : mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
99
+ uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
100
100
with :
101
101
environment-file : ${{env.CONDA_ENV_FILE}}
102
102
environment-name : xarray-tests
@@ -140,7 +140,7 @@ jobs:
140
140
fetch-depth : 0 # Fetch all history for all branches and tags.
141
141
142
142
- name : Setup micromamba
143
- uses : mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
143
+ uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
144
144
with :
145
145
environment-name : xarray-tests
146
146
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@de032af7fb3675649f3d4bbdda85178ba412ee41
89
+ uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
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 56
56
with :
57
57
fetch-depth : 0 # Fetch all history for all branches and tags.
58
58
- name : Set up conda environment
59
- uses : mamba-org/provision-with-micromamba@de032af7fb3675649f3d4bbdda85178ba412ee41
59
+ uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
60
60
with :
61
61
environment-file : ci/requirements/environment.yml
62
62
environment-name : xarray-tests
You can’t perform that action at this time.
0 commit comments