We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61848bf + 1138787 commit 2f89875Copy full SHA for 2f89875
3 files changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
# - jNeuroML_Moose # not yet working on py3.12
55
56
steps:
57
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
58
- name: Set up Python ${{ matrix.python-version }}
59
uses: actions/setup-python@v6
60
with:
.github/workflows/ci_versions.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: "3.9"
25
26
27
28
29
30
.github/workflows/python-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
- name: Set up Python
16
17
0 commit comments