Skip to content

Commit 3b45355

Browse files
chore: bump conda-incubator/setup-miniconda from v1.7.0 to v2 (#65)
* Bump conda-incubator/setup-miniconda from v1.7.0 to v2 Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from v1.7.0 to v2. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/master/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v1.7.0...11ae174) Signed-off-by: dependabot[bot] <[email protected]> * fix: minor simplification and avoid a warning Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent fc12654 commit 3b45355

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/conda.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
- name: Get conda
29-
uses: conda-incubator/setup-miniconda@v1.7.0
29+
uses: conda-incubator/setup-miniconda@v2
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
channels: conda-forge,defaults
33-
channel-priority: strict
32+
channels: conda-forge
3433

3534
- name: Prepare
3635
run: conda install conda-build conda-verify

0 commit comments

Comments
 (0)