Skip to content

Commit fd07c60

Browse files
committed
Test on py3.11; update GHA; test with latest numpy
1 parent d7512f6 commit fd07c60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.9", "3.10" ] # Brian no longer supported on py3.8
16+
python-version: [ "3.9", "3.10", "3.11" ] # Brian no longer supported on py3.8
1717
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_PyNN_NEURON, jNeuroML_validate, PyNN_NEURON, PyNN_Nest, PyNN_NeuroML, PyNN_Brian2]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
pip install scipy sympy matplotlib cython tables
3434
35-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
35+
# pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
3636
3737
3838
- name: Run OMV tests on engine ${{ matrix.engine }}

0 commit comments

Comments
 (0)