Skip to content

Commit 53376e0

Browse files
committed
Merge branch 'master' into development
2 parents 0103341 + d3b12c0 commit 53376e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-22.04 # for eden...
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.11 ]
17+
python-version: [ "3.10", "3.11" ]
1818
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, jNeuroML_Moose, "jNeuroML_Moose:4.0.0.dev20240411", jNeuroML_EDEN ]
1919

2020
steps:

0 commit comments

Comments
 (0)