Skip to content

Commit 69a7d43

Browse files
authored
Update Python version and GitHub actions versions
1 parent 370d613 commit 69a7d43

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

@@ -40,8 +40,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)