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 ee5c115 commit af01fb8Copy full SHA for af01fb8
.github/workflows/conda-package.yml
@@ -265,7 +265,9 @@ jobs:
265
python-version: ${{ matrix.python }}
266
267
- name: Install conda-index
268
- run: conda install -n base conda-index
+ run: |
269
+ conda activate
270
+ conda install -n base conda-index
271
272
- name: Create conda channel with the artifact bit
273
shell: cmd /C CALL {0}
@@ -277,7 +279,9 @@ jobs:
277
279
278
280
- name: Index the channel
281
- run: conda index ${{ env.workdir }}\channel
282
283
284
+ conda index ${{ env.workdir }}\channel
285
286
- name: Dump dpctl version info from created channel into ver.json
287
0 commit comments