Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Apr 29, 2024
1 parent ab75e93 commit d8f216b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
auto-update-conda: true
auto-activate-base: true
activate-environment: ""
- run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y

- name: Install node
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
result-encoding: string

- run: |
conda activate
# conda activate
conda info
conda list conda-lock
ls -al /usr/share/miniconda/bin
Expand Down

0 comments on commit d8f216b

Please sign in to comment.