File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
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@v12
25
+ uses : mamba-org/provision-with-micromamba@v14
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,12 +53,13 @@ jobs:
53
53
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
54
54
55
55
- name : Setup micromamba
56
- uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
56
+ uses : mamba-org/provision-with-micromamba@v14
57
57
with :
58
58
environment-file : ${{env.CONDA_ENV_FILE}}
59
59
environment-name : xarray-tests
60
60
extra-specs : |
61
61
python=${{env.PYTHON_VERSION}}
62
+ conda
62
63
cache-env : true
63
64
cache-env-key : " ${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
64
65
@@ -99,12 +100,13 @@ jobs:
99
100
run : |
100
101
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
101
102
- name : Setup micromamba
102
- uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
103
+ uses : mamba-org/provision-with-micromamba@v14
103
104
with :
104
105
environment-file : ${{env.CONDA_ENV_FILE}}
105
106
environment-name : xarray-tests
106
107
extra-specs : |
107
108
python=${{env.PYTHON_VERSION}}
109
+ conda
108
110
cache-env : true
109
111
cache-env-key : " ${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
110
112
- name : Install xarray
@@ -152,7 +154,7 @@ jobs:
152
154
fetch-depth : 0 # Fetch all history for all branches and tags.
153
155
154
156
- name : Setup micromamba
155
- uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
157
+ uses : mamba-org/provision-with-micromamba@v14
156
158
with :
157
159
environment-name : xarray-tests
158
160
environment-file : false
Original file line number Diff line number Diff line change @@ -86,14 +86,15 @@ jobs:
86
86
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
87
87
88
88
- name : Setup micromamba
89
- uses : mamba-org/provision-with-micromamba@34071ca7df4983ccd272ed0d3625818b27b70dcc
89
+ uses : mamba-org/provision-with-micromamba@v14
90
90
with :
91
91
environment-file : ${{ env.CONDA_ENV_FILE }}
92
92
environment-name : xarray-tests
93
93
cache-env : true
94
94
cache-env-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
95
95
extra-specs : |
96
96
python=${{matrix.python-version}}
97
+ conda
97
98
98
99
# We only want to install this on one run, because otherwise we'll have
99
100
# duplicate annotations.
Original file line number Diff line number Diff line change @@ -54,13 +54,14 @@ jobs:
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@34071ca7df4983ccd272ed0d3625818b27b70dcc
57
+ uses : mamba-org/provision-with-micromamba@v14
58
58
with :
59
59
environment-file : ci/requirements/environment.yml
60
60
environment-name : xarray-tests
61
61
extra-specs : |
62
62
python=${{ matrix.python-version }}
63
63
pytest-reportlog
64
+ conda
64
65
- name : Install upstream versions
65
66
run : |
66
67
bash ci/install-upstream-wheels.sh
You can’t perform that action at this time.
0 commit comments