We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5513f commit 6260393Copy full SHA for 6260393
.github/workflows/conda-package.yml
@@ -246,6 +246,11 @@ jobs:
246
miniconda-version: 'latest'
247
activate-environment: ${{ env.TEST_ENV_NAME }}
248
python-version: ${{ matrix.python }}
249
+
250
+ - name: Install conda-index
251
+ run: |
252
+ conda install -n base conda-index
253
254
- name: Create conda channel with the artifact bit
255
shell: cmd /C CALL {0}
256
run: |
0 commit comments