Skip to content

Commit f6cc327

Browse files
committed
Updating versions in tests
1 parent 5772d95 commit f6cc327

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,20 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ 3.8, 3.9, "3.10" ]
16+
python-version: [ 3.9, "3.10", "3.12" ]
1717
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_validate, jNeuroML_PyNN_NEURON ]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install OMV
2626
run: |
2727
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
2828
pip install scipy sympy matplotlib cython pandas tables
2929
30-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
31-
3230
- name: Run OMV tests on engine ${{ matrix.engine }}
3331
run: |
3432
omv all -V --engine=${{ matrix.engine }}

.github/workflows/non_omv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ 3.8, 3.9 ]
15+
python-version: [ 3.9, "3.12" ]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install OpenCortex

0 commit comments

Comments
 (0)