File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 miniforge-version : latest # Fix according to https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-10-miniforge
5555 channels : conda-forge,defaults
5656 channel-priority : true
57-
58- # - name: Install boa dependencies
59- # run: |
60- # mamba install -c conda-forge pip setuptools "conda-build" "colorama=0.4.6" "ruamel=1.0" ruamel.yaml "rich=13.9" "mamba=1.5.10" "jsonschema=4.23"
61- # pip install git+https://github.com/mamba-org/boa.git@00a11ffce59f47c0fc576f93d39baf1f8fc92f32
62- - name : Install rattle build
57+ - name : Install lasted conda build
58+ # Conda build seems much stable now to be used without boa
6359 run : |
6460 mamba install -c conda-forge conda-build
6561 - name : Build with mambabuild
6965 CPU_COUNT=2 conda build .conda/
7066 - name : Install local build
7167 run : |
68+ # Change from version 2.3
7269 mamba install -c local sparc
7370 which sparc
7471 ldd $(which sparc)
You can’t perform that action at this time.
0 commit comments