Skip to content

Commit 1fdf9f2

Browse files
Use conda activate
1 parent ee5c115 commit 1fdf9f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ jobs:
265265
python-version: ${{ matrix.python }}
266266

267267
- name: Install conda-index
268-
run: conda install -n base conda-index
268+
run: |
269+
conda activate
270+
conda install -n base conda-index
269271
270272
- name: Create conda channel with the artifact bit
271273
shell: cmd /C CALL {0}

0 commit comments

Comments
 (0)