Skip to content

Commit d8f216b

Browse files
committed
Update publish.yml
1 parent ab75e93 commit d8f216b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
auto-update-conda: true
3030
auto-activate-base: true
31+
activate-environment: ""
3132
- run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y
3233

3334
- name: Install node
@@ -71,7 +72,7 @@ jobs:
7172
result-encoding: string
7273

7374
- run: |
74-
conda activate
75+
# conda activate
7576
conda info
7677
conda list conda-lock
7778
ls -al /usr/share/miniconda/bin

0 commit comments

Comments
 (0)