Skip to content

Commit bc77689

Browse files
authored
(BUGFIX) updating conda action to v2
1 parent ec2048c commit bc77689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python: ['3.6','3.7','3.8']
5959
steps:
6060
- uses: actions/checkout@v2
61-
- uses: goanpeca/action-setup-conda@v1
61+
- uses: conda-incubator/setup-miniconda@v2
6262
with:
6363
python-version: ${{ matrix.python }}
6464
activate-environment: loop

0 commit comments

Comments
 (0)