Skip to content

Commit e117b17

Browse files
committed
fix syntax error in conda package upload
1 parent 9ce4a6b commit e117b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
run: mamba install conda-build conda-index
160160

161161
- name: Create conda channel
162-
python -m conda_index ${{ env.CHANNEL_PATH }}
162+
run: python -m conda_index ${{ env.CHANNEL_PATH }}
163163

164164
- name: Test conda channel
165165
run: |

0 commit comments

Comments
 (0)