We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce4a6b commit e117b17Copy full SHA for e117b17
.github/workflows/conda-package.yml
@@ -159,7 +159,7 @@ jobs:
159
run: mamba install conda-build conda-index
160
161
- name: Create conda channel
162
- python -m conda_index ${{ env.CHANNEL_PATH }}
+ run: python -m conda_index ${{ env.CHANNEL_PATH }}
163
164
- name: Test conda channel
165
run: |
0 commit comments