Skip to content

Commit ee5c115

Browse files
Install conda index into base
1 parent 0efa696 commit ee5c115

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
@@ -265,7 +265,7 @@ jobs:
265265
python-version: ${{ matrix.python }}
266266

267267
- name: Install conda-index
268-
run: conda install conda-index
268+
run: conda install -n base conda-index
269269

270270
- name: Create conda channel with the artifact bit
271271
shell: cmd /C CALL {0}

0 commit comments

Comments
 (0)