File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,14 @@ jobs:
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+
5758 # - name: Install boa dependencies
5859 # run: |
5960 # 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"
6061 # pip install git+https://github.com/mamba-org/boa.git@00a11ffce59f47c0fc576f93d39baf1f8fc92f32
6162 - name : Install rattle build
6263 run : |
63- mamba install -c conda-forge rattler -build
64+ mamba install -c conda-forge conda -build
6465 - name : Build with mambabuild
6566 run : |
6667 echo $CONDA_PREFIX
You can’t perform that action at this time.
0 commit comments