Skip to content

Commit

Permalink
remove rbapy and expand python version builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 18, 2024
1 parent 43302b3 commit 88655f8
Show file tree
Hide file tree
Showing 6 changed files with 499 additions and 475 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ runs:

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --with bngl,cellml,lems,neuroml,sbml,simularium,escher,containers,logging,rba,smoldyn
run: poetry install --no-interaction --with bngl,cellml,lems,neuroml,sbml,simularium,escher,containers,logging,smoldyn
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.10" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
fail-fast: false
defaults:
run:
Expand Down
Loading

0 comments on commit 88655f8

Please sign in to comment.