Skip to content

Commit

Permalink
add back rba optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 4, 2024
1 parent 5fbfb8a commit 1e9aeae
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 99 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
run: poetry install --no-interaction --with bngl,cellml,lems,neuroml,sbml,simularium,escher,containers,logging,rba
shell: bash
Loading

0 comments on commit 1e9aeae

Please sign in to comment.