Skip to content

Commit 9f277ec

Browse files
committed
Use python -m conda_index instead of conda index
1 parent b701ca6 commit 9f277ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ jobs:
156156
157157
# Needed to be able to run conda index
158158
- name: Install conda-build
159-
run: mamba install conda-build
159+
run: mamba install conda-build conda-index
160160

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

164164
- name: Test conda channel
165165
run: |

0 commit comments

Comments
 (0)