Skip to content

Commit bdd0d20

Browse files
committed
Update publish.yml
1 parent ca3d3cc commit bdd0d20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: s-weigand/setup-conda@v1
27+
- uses: conda-incubator/setup-miniconda@v3
28+
with:
29+
auto-update-conda: true
30+
auto-activate-base: true
2831
- run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y
2932

3033
- name: Install node

0 commit comments

Comments
 (0)