File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- python-version : [ 3.9 ]
17+ python-version : [ "3.12" ]
1818 engine :
1919 - jNeuroML
2020 - jNeuroML_NEURON
@@ -28,10 +28,10 @@ jobs:
2828 - " PyNEURON:7.8.2"
2929
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v3
34+ uses : actions/setup-python@v4
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
4040 pip install git+https://github.com/OpenSourceBrain/osb-model-validation
4141 pip install scipy sympy matplotlib cython pandas tables
4242
43- pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
44-
4543
4644 - name : Run OMV tests on engine ${{ matrix.engine }}
4745 run : |
You can’t perform that action at this time.
0 commit comments