Skip to content

Commit afd8378

Browse files
committed
do build
1 parent ba65177 commit afd8378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/build-test.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)