1 parent 51eb856 commit f3c3705Copy full SHA for f3c3705
2 files changed
.github/workflows/ci.yml
@@ -49,9 +49,9 @@ jobs:
49
- pyNeuroML
50
- pyNeuroML_validate_sbml
51
- pyNEURON_XPP_LEMS
52
- - jNeuroML_Moose
53
- MOOSE:3.1.5
54
- XPP
+ # - jNeuroML_Moose # not yet working on py3.12
55
56
steps:
57
- uses: actions/checkout@v6
omv/engines/getmoose.py
@@ -4,7 +4,7 @@
4
def install_moose(version):
5
if not version:
6
version = "4.0.0.dev20240411"
7
- version = "4.1.4"
+ version = "4.1.4" # temp test this, it is the latest on pypi...
8
try:
9
pip_install("pymoose", version)
10
pip_install("pint")
0 commit comments