Skip to content

Commit

Permalink
add all optional dependencies to build and loosen version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 3, 2024
1 parent 95cba87 commit 5e36624
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 194 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 --all-extras
run: poetry install --no-interaction --with bngl,cellml,lems,neuroml,sbml,smoldyn,simularium,escher,containers,logging
shell: bash
Loading

0 comments on commit 5e36624

Please sign in to comment.