Skip to content

Commit

Permalink
Tweaks to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 29, 2024
1 parent 21a644e commit 157a92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ dev =
NeuroMLlite>=0.5.3
python-libsbml
modelspec[test]
pre-commit

all =
modelspec[test]
Expand Down
2 changes: 1 addition & 1 deletion test_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -ex

## Install modelspec incl. dev dependencies

pip install .[dev]
pip install .[all]


## Test main example
Expand Down

0 comments on commit 157a92d

Please sign in to comment.