Skip to content

Commit 76da169

Browse files
authored
Merge pull request #345 from IntelPython/fix/conda_package_upload
Fix syntax error in conda package upload
2 parents 9ce4a6b + e117b17 commit 76da169

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)