Skip to content

Commit fe6844b

Browse files
authored
Merge pull request #79 from openworm/development
Development
2 parents 598a17f + 1f86e92 commit fe6844b

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
@@ -14,14 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ "3.10", "3.12" ]
17+
python-version: [ "3.12", "3.13" ]
1818
engine: [ jNeuroML_Brian2, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate, jNeuroML_PyNN_NEURON, Brian2 ] # jNeuroML_Moose disable moose for now
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3131
pip install scipy sympy matplotlib cython pandas tables
3232
33-
pip install setuptools --upgrade # needed for eden on Python 3.12
33+
pip install setuptools==80 # needed for eden on Python 3.12
3434
3535
- name: Run OMV tests on engine ${{ matrix.engine }}
3636
run: |

0 commit comments

Comments
 (0)