diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d451051b..e5f3d04e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,7 @@ jobs: - name: Run tests run: | + pytest --cov=pyneuroml -m "not localonly" . pynml -h ./test-ghactions.sh -neuron diff --git a/pyneuroml/lib/jNeuroML-0.12.0-jar-with-dependencies.jar b/pyneuroml/lib/jNeuroML-0.12.0-jar-with-dependencies.jar index 0cd92cbf..4bcfc060 100644 Binary files a/pyneuroml/lib/jNeuroML-0.12.0-jar-with-dependencies.jar and b/pyneuroml/lib/jNeuroML-0.12.0-jar-with-dependencies.jar differ