Skip to content

Commit 14a2ee1

Browse files
Merge pull request #259 from tiangroup-uofa/master
2 parents f946fca + 6d9b5e7 commit 14a2ee1

3 files changed

Lines changed: 18 additions & 13 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: conda-incubator/setup-miniconda@v3
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.12"
2424
activate-environment: sparc-test
25-
conda-build-version: "24.9.0"
2625
miniforge-version: latest # Fix according to https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-10-miniforge
2726
channels: conda-forge,defaults
2827
channel-priority: true
@@ -50,24 +49,24 @@ jobs:
5049
- uses: actions/checkout@v4
5150
- uses: conda-incubator/setup-miniconda@v3
5251
with:
53-
python-version: "3.11"
52+
python-version: "3.12"
5453
activate-environment: sparc-test
55-
conda-build-version: "24.9.0"
5654
miniforge-version: latest # Fix according to https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-10-miniforge
5755
channels: conda-forge,defaults
5856
channel-priority: true
59-
- name: Install boa dependencies
57+
- name: Install lasted conda build
58+
# Conda build seems much stable now to be used without boa
6059
run: |
61-
mamba install -c conda-forge pip setuptools "conda-build=24.9.0" "colorama=0.4.6" "ruamel=1.0" ruamel.yaml "rich=13.9" "mamba=1.5.10" "jsonschema=4.23"
62-
pip install git+https://github.com/mamba-org/boa.git@00a11ffce59f47c0fc576f93d39baf1f8fc92f32
60+
mamba install -c conda-forge conda-build
6361
- name: Build with mambabuild
6462
run: |
6563
echo $CONDA_PREFIX
6664
conda info
67-
CPU_COUNT=2 conda mambabuild .conda/
65+
CPU_COUNT=2 conda build .conda/
6866
- name: Install local build
6967
run: |
70-
mamba install --use-local sparc
68+
# Change from version 2.3
69+
mamba install -c local sparc
7170
which sparc
7271
ldd $(which sparc)
7372
ldd $(which mpirun)

.github/workflows/update-doc-pdf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: conda-incubator/setup-miniconda@v3
2727
with:
28-
python-version: "3.11"
28+
python-version: "3.12"
2929
activate-environment: sparc-test
30-
conda-build-version: "24.9.0"
30+
#conda-build-version: "24.9.0"
3131
miniforge-version: latest # Fix according to https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-10-miniforge
3232
channels: conda-forge,defaults
3333
channel-priority: true
@@ -57,9 +57,9 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: conda-incubator/setup-miniconda@v3
5959
with:
60-
python-version: "3.11"
60+
python-version: "3.12"
6161
activate-environment: sparc-test
62-
conda-build-version: "24.9.0"
62+
#conda-build-version: "24.9.0"
6363
miniforge-version: latest # Fix according to https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-10-miniforge
6464
channels: conda-forge,defaults
6565
channel-priority: true

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
-Name
44
-changes
55

6+
--------------
7+
November 28, 2025
8+
Name: Tian Tian
9+
Changes: (.github/*)
10+
1. Bug fix in CI workflow
11+
612
--------------
713
November 25, 2025
814
Name: Sayan Bhowmik

0 commit comments

Comments
 (0)