Skip to content

Commit e91da07

Browse files
committed
Update setup-miniconda hook
1 parent 7c5dfad commit e91da07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ matrix.python-version }} (Miniconda)
24-
uses: goanpeca/setup-miniconda@v1
24+
uses: conda-incubator/setup-miniconda@v2
2525
with:
2626
auto-update-conda: true
2727
python-version: ${{ matrix.python-version }}
28-
channels: conda-forge
2928

3029
- name: Conda install dependencies
3130
run: |

0 commit comments

Comments
 (0)