Skip to content

Commit

Permalink
Consolidate install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 3, 2025
1 parent eda86a7 commit 7099027
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/non-omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ jobs:
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
- name: Run tests
- name: Install dependencies
run: |
omv install jneuroml
pip install .
- name: Test tellurium
run: |
pip install tellurium
sudo apt-get install libncurses6 --fix-missing
cd tellurium
python simple.py -nogui
cd ../SBML/tests
pip install python-libsedml
python ./test_tellurium.py
- name: Test validity of files
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "SBMLShowcase"
dynamic = ["version"]
version = "0.1"
requires-python = ">=3.9"
dependencies = [
"pyNeuroML[annotations]",
Expand Down
4 changes: 2 additions & 2 deletions regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ mv BIOMD0000000184_LEMS_nrn.py Lavrentovich2008_Ca_Oscillations_0.mod ../NEURON

## Test converting a NeuroML+LEMS model to SBML+SED-ML
cd ../NeuroML2
jnml LEMS_NML2_Ex9_FN.xml -sbml-sedml
jnml LEMS_Regular_HindmarshRose.xml -sbml-sedml
pynml LEMS_NML2_Ex9_FN.xml -sbml-sedml
pynml LEMS_Regular_HindmarshRose.xml -sbml-sedml
mv *sedml ../SBML
mv *sbml ../SBML

Expand Down

0 comments on commit 7099027

Please sign in to comment.