Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit b061bf2

Browse files
committed
NMODL requires Python 3.7+
1 parent c4f6e62 commit b061bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coreneuron-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- {cmake_option: "-DCORENRN_ENABLE_MPI_DYNAMIC=ON", flag_warnings: ON}
3737
- {cmake_option: "-DCORENRN_ENABLE_MPI_DYNAMIC=ON -DCORENRN_ENABLE_SHARED=OFF"}
3838
- {cmake_option: "-DCORENRN_ENABLE_MPI=OFF"}
39-
- {use_nmodl: ON, py_version: 3.6.7}
39+
- {use_nmodl: ON, py_version: 3.7}
4040
- {use_nmodl: ON}
41-
- {use_ispc: ON, py_version: 3.6.7}
41+
- {use_ispc: ON, py_version: 3.7}
4242
include:
4343
- os: ubuntu-20.04
4444
config:

0 commit comments

Comments
 (0)