Skip to content

Commit 40b4511

Browse files
authored
(BUGFIX) updating CI for updated conda action
1 parent bc77689 commit 40b4511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python: ['3.6','3.7','3.8']
3737
steps:
3838
- uses: actions/checkout@v2
39-
- uses: goanpeca/action-setup-conda@v1
39+
- uses: conda-incubator/setup-miniconda@v2
4040
with:
4141
python-version: ${{ matrix.python }}
4242
activate-environment: loop

0 commit comments

Comments
 (0)