Skip to content

Commit f41a59a

Browse files
authored
Update CI workflow to use newer action versions
1 parent 7f42589 commit f41a59a

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
@@ -18,10 +18,10 @@ jobs:
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)