Skip to content

Commit 090de2c

Browse files
authored
Use conda-incubator/[email protected] (#1263)
1 parent 0a25ab2 commit 090de2c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Setup Miniconda
18-
uses: conda-incubator/setup-miniconda@v2
18+
uses: conda-incubator/setup-miniconda@v2.2.0
1919
with:
2020
channels: conda-forge
2121
environment-file: environment.yml

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Setup Miniconda
43-
uses: conda-incubator/setup-miniconda@master
43+
uses: conda-incubator/setup-miniconda@v2.2.0
4444
with:
4545
channels: conda-forge
4646
python-version: ${{ matrix.python-version }}

.github/workflows/windows-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0
24-
- uses: conda-incubator/setup-miniconda@v2
24+
- uses: conda-incubator/setup-miniconda@v2.2.0
2525
with:
2626
auto-update-conda: true
2727
python-version: ${{ matrix.python-version }}

docs/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Maintenance
3535
* Migrate coverage to ``pyproject.toml``.
3636
By :user:`John Kirkham <jakirkham>` :issue:`1250`.
3737

38+
* Use ``conda-incubator/[email protected]``.
39+
By :user:`John Kirkham <jakirkham>` :issue:`1263`.
40+
3841
* Delete unused files.
3942
By :user:`John Kirkham <jakirkham>` :issue:`1251`.
4043

0 commit comments

Comments
 (0)