File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
- name : Setup Miniconda
18
- uses : conda-incubator/setup-miniconda@v2
18
+ uses : conda-incubator/setup-miniconda@v2.2.0
19
19
with :
20
20
channels : conda-forge
21
21
environment-file : environment.yml
Original file line number Diff line number Diff line change 40
40
with :
41
41
fetch-depth : 0
42
42
- name : Setup Miniconda
43
- uses : conda-incubator/setup-miniconda@master
43
+ uses : conda-incubator/setup-miniconda@v2.2.0
44
44
with :
45
45
channels : conda-forge
46
46
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v3
22
22
with :
23
23
fetch-depth : 0
24
- - uses : conda-incubator/setup-miniconda@v2
24
+ - uses : conda-incubator/setup-miniconda@v2.2.0
25
25
with :
26
26
auto-update-conda : true
27
27
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ Maintenance
35
35
* Migrate coverage to ``pyproject.toml ``.
36
36
By :user: `John Kirkham <jakirkham> ` :issue: `1250 `.
37
37
38
+ * Use ``
conda-incubator/[email protected] ``.
39
+ By :user: `John Kirkham <jakirkham> ` :issue: `1263 `.
40
+
38
41
* Delete unused files.
39
42
By :user: `John Kirkham <jakirkham> ` :issue: `1251 `.
40
43
You can’t perform that action at this time.
0 commit comments