Skip to content

Commit 11abc0f

Browse files
committed
declutter
1 parent 4d5ab01 commit 11abc0f

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,8 @@ 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-
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
@@ -69,6 +65,7 @@ jobs:
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)

0 commit comments

Comments
 (0)