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 2323 runs-on : ${{ matrix.cfg.os }}
2424 defaults :
2525 run :
26+ # needed for conda to work
2627 shell : bash -el {0}
2728
2829 steps :
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
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 }}
You can’t perform that action at this time.
0 commit comments