Skip to content

Commit 181c19f

Browse files
committed
Update publish.yml
1 parent e1e9ca8 commit 181c19f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.cfg.os }}
2424
defaults:
2525
run:
26+
# needed for conda to work
2627
shell: bash -el {0}
2728

2829
steps:
@@ -32,6 +33,8 @@ jobs:
3233
auto-update-conda: true
3334
auto-activate-base: true
3435
activate-environment: ""
36+
channels: conda-forge
37+
3538
- run: conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y
3639

3740
- name: Install node
@@ -74,15 +77,6 @@ jobs:
7477
return releaseWithTag ? 'true' : 'false'
7578
result-encoding: string
7679

77-
# - name: test conda
78-
# run: |
79-
# # conda activate
80-
# conda info
81-
# conda list conda-lock
82-
# ls -al /usr/share/miniconda/bin
83-
# which conda-lock
84-
# conda-lock --version
85-
8680
- name: Create Application Server Installer
8781
run: |
8882
yarn create_env_installer:${{ matrix.cfg.platform }}

0 commit comments

Comments
 (0)