diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 178d666..3239ecb 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9" ] + python-version: [ "3.8", "3.9", "3.10", "3.11" ] steps: - uses: actions/checkout@v4 @@ -38,10 +38,17 @@ jobs: pip install jupyter_packaging pip install scipy pip install pyneuroml + pip install pybind11[global] + pip install python-libsbml - python setup.py install + sudo apt-get install libhdf5-dev + + pip install . pip list + + echo "MOOSE version:" + python -c "import moose; print(moose.__version__)" - name: Test Moose files run: | diff --git a/NeuroML2/test_files/NML2_FullCell.nml b/NeuroML2/test_files/NML2_FullCell.nml index 6ad0941..bfef582 100644 --- a/NeuroML2/test_files/NML2_FullCell.nml +++ b/NeuroML2/test_files/NML2_FullCell.nml @@ -2,22 +2,21 @@ - + - + - + A Simple Spiking cell for testing purposes @@ -54,7 +53,7 @@ - + @@ -63,7 +62,7 @@ - + @@ -81,7 +80,7 @@ - + @@ -89,6 +88,8 @@ + +