Skip to content

Commit

Permalink
Merge pull request #228 from alchem0x2A/master
Browse files Browse the repository at this point in the history
  • Loading branch information
phanish-suryanarayana authored Oct 15, 2024
2 parents 6c21124 + ed8fb0c commit f5fc868
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
max-parallel: 5

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.10"
python-version: "3.11"
activate-environment: sparc-test
conda-build-version: "24.3.0"
conda-build-version: "24.9.0"
miniforge-version: latest # Fix according to https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-10-miniforge
channels: conda-forge,defaults
channel-priority: true
- name: Install boa dependencies
run: |
mamba install -c conda-forge pip "conda-build=24.3.0" "colorama=0.4" "ruamel=1.0" "ruamel.yaml=0.17" "rich=13.6" "mamba=1.5" "jsonschema=4.19"
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"
pip install git+https://github.com/mamba-org/boa.git@00a11ffce59f47c0fc576f93d39baf1f8fc92f32
- name: Build with mambabuild
run: |
Expand Down

0 comments on commit f5fc868

Please sign in to comment.