Skip to content

Commit a38ec35

Browse files
committed
fix publish script for conda
1 parent 05eca78 commit a38ec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
auto-activate-base: true
6161

6262
- name: Install dependencies
63-
run: conda install -y conda-build anaconda-client python=3.x
63+
run: conda install -y conda-build anaconda-client
6464

6565
- name: Build Conda package
6666
run: conda-build conda-recipe

0 commit comments

Comments
 (0)