File tree 4 files changed +6
-6
lines changed
4 files changed +6
-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/setup-micromamba@v1
25
+ uses : mamba-org/setup-micromamba@v2
26
26
with :
27
27
environment-name : flox-bench
28
28
create-args : >-
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/setup-micromamba@v1
56
+ uses : mamba-org/setup-micromamba@v2
57
57
with :
58
58
environment-file : ${{env.CONDA_ENV_FILE}}
59
59
environment-name : flox-tests
@@ -106,7 +106,7 @@ jobs:
106
106
run : |
107
107
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
108
108
- name : Setup micromamba
109
- uses : mamba-org/setup-micromamba@v1
109
+ uses : mamba-org/setup-micromamba@v2
110
110
with :
111
111
environment-file : ${{env.CONDA_ENV_FILE}}
112
112
environment-name : flox-tests
Original file line number Diff line number Diff line change 48
48
run : |
49
49
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
50
50
- name : Set up conda environment
51
- uses : mamba-org/setup-micromamba@v1
51
+ uses : mamba-org/setup-micromamba@v2
52
52
with :
53
53
environment-file : ci/${{ matrix.env }}.yml
54
54
environment-name : flox-tests
@@ -105,7 +105,7 @@ jobs:
105
105
repository : " pydata/xarray"
106
106
fetch-depth : 0 # Fetch all history for all branches and tags.
107
107
- name : Set up conda environment
108
- uses : mamba-org/setup-micromamba@v1
108
+ uses : mamba-org/setup-micromamba@v2
109
109
with :
110
110
environment-file : ci/requirements/environment.yml
111
111
environment-name : xarray-tests
Original file line number Diff line number Diff line change 43
43
run : |
44
44
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
45
45
- name : Set up conda environment
46
- uses : mamba-org/setup-micromamba@v1
46
+ uses : mamba-org/setup-micromamba@v2
47
47
with :
48
48
environment-name : flox-tests
49
49
init-shell : bash
You can’t perform that action at this time.
0 commit comments