Skip to content

Commit 6260393

Browse files
Delete remove defaults channel step from test_windows job
1 parent 5e5513f commit 6260393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,11 @@ jobs:
246246
miniconda-version: 'latest'
247247
activate-environment: ${{ env.TEST_ENV_NAME }}
248248
python-version: ${{ matrix.python }}
249+
250+
- name: Install conda-index
251+
run: |
252+
conda install -n base conda-index
253+
249254
- name: Create conda channel with the artifact bit
250255
shell: cmd /C CALL {0}
251256
run: |

0 commit comments

Comments
 (0)