Skip to content

Commit dac1a71

Browse files
committed
fix conda package workflow
1 parent aa1ad7f commit dac1a71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ jobs:
165165
- name: Add conda to system path
166166
run: echo "$CONDA/bin" >> "$GITHUB_PATH"
167167

168-
- name: Install conda-build
169-
run: conda install conda-build
168+
- name: Install conda-index
169+
run: conda install conda-index
170170

171171
- name: Create conda channel
172172
run: |

0 commit comments

Comments
 (0)