Skip to content

Commit b851086

Browse files
committed
Use pip install 'numpy<=1.23.0'
1 parent 1debebd commit b851086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 1 deletion
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.7, 3.9 ]
17+
python-version: [ 3.9 ]
1818
engine: [ NEURON, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_validate ]
1919

2020
steps:
@@ -29,6 +29,8 @@ jobs:
2929
run: |
3030
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3131
pip install scipy sympy matplotlib cython pandas tables
32+
33+
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
3234
3335
- name: Run OMV tests on engine ${{ matrix.engine }}
3436
run: |

0 commit comments

Comments
 (0)