Skip to content

Commit 0d3ac76

Browse files
authored
Merge pull request #342 from IntelPython/fix/github_ci
Use python -m conda_index instead of conda index
2 parents b701ca6 + 9f277ec commit 0d3ac76

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)