Skip to content

Commit 5ba3fad

Browse files
authored
Merge pull request #7 from OpenSourceBrain/experimental
Test on py3.11
2 parents ebd1d5d + b116e1f commit 5ba3fad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/omv-ci.yml

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

2727
- name: Install OMV
2828
run: |
29-
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
29+
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3030
3131
- name: Install additional packages
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)