Skip to content

Commit f3c3705

Browse files
committed
Temp disable moose test...
1 parent 51eb856 commit f3c3705

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- pyNeuroML
5050
- pyNeuroML_validate_sbml
5151
- pyNEURON_XPP_LEMS
52-
- jNeuroML_Moose
5352
- MOOSE:3.1.5
5453
- XPP
54+
# - jNeuroML_Moose # not yet working on py3.12
5555

5656
steps:
5757
- uses: actions/checkout@v6

omv/engines/getmoose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def install_moose(version):
55
if not version:
66
version = "4.0.0.dev20240411"
7-
version = "4.1.4"
7+
version = "4.1.4" # temp test this, it is the latest on pypi...
88
try:
99
pip_install("pymoose", version)
1010
pip_install("pint")

0 commit comments

Comments
 (0)