We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e572005 commit d276737Copy full SHA for d276737
1 file changed
.github/workflows/omv-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: [ "3.12" ]
+ python-version: [ "3.11" ]
18
engine:
19
- jNeuroML
20
- jNeuroML_NEURON
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
32
- name: Set up Python ${{ matrix.python-version }}
33
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
34
with:
35
python-version: ${{ matrix.python-version }}
36
0 commit comments