File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.cfg.os }}
24
24
defaults :
25
25
run :
26
+ # needed for conda to work
26
27
shell : bash -el {0}
27
28
28
29
steps :
32
33
auto-update-conda : true
33
34
auto-activate-base : true
34
35
activate-environment : " "
36
+ channels : conda-forge
37
+
35
38
- run : conda install --file ./workflow_env/conda-${{ matrix.cfg.build_platform }}.lock -y
36
39
37
40
- name : Install node
74
77
return releaseWithTag ? 'true' : 'false'
75
78
result-encoding : string
76
79
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
-
86
80
- name : Create Application Server Installer
87
81
run : |
88
82
yarn create_env_installer:${{ matrix.cfg.platform }}
You can’t perform that action at this time.
0 commit comments