Skip to content

Commit f4b9ac1

Browse files
authored
Merge branch 'main' into zstd-checksum
2 parents 3758f78 + 7ebe69a commit f4b9ac1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
submodules: recursive
2222

2323
- name: Set up Conda
24-
uses: conda-incubator/[email protected].1
24+
uses: conda-incubator/[email protected].4
2525
with:
2626
channels: conda-forge
27+
miniforge-version: latest
2728
python-version: ${{ matrix.python-version }}
2829

2930
- name: Show info about `base` environment

.github/workflows/ci-osx.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
submodules: recursive
2222

2323
- name: Set up Conda
24-
uses: conda-incubator/[email protected].1
24+
uses: conda-incubator/[email protected].4
2525
with:
2626
channels: conda-forge
27+
miniforge-version: latest
2728
python-version: ${{ matrix.python-version }}
2829

2930
- name: Show info about `base` environment

.github/workflows/ci-windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
submodules: recursive
2222

2323
- name: Set up Conda
24-
uses: conda-incubator/[email protected].1
24+
uses: conda-incubator/[email protected].4
2525
with:
2626
channels: conda-forge
27+
miniforge-version: latest
2728
python-version: ${{ matrix.python-version }}
2829

2930
- name: Set up `env`

0 commit comments

Comments
 (0)