Skip to content

Commit

Permalink
#20 Remove missing conda-build for python 3.13 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 6, 2024
1 parent 83d1b18 commit 71ae425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cells-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

concurrency:
group: test-cells-conda-${{ github.ref }}-${{ matrix.python-version }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: examples/cells

- name: Install conda-build tools
run: mamba install boa conda-verify
run: mamba install boa conda-build conda-verify

- name: Build
run: conda mambabuild recipe -m variants/python${{ matrix.python-version }}.yaml
Expand Down

0 comments on commit 71ae425

Please sign in to comment.