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 a728a27 + 94a6680 commit d40b541Copy full SHA for d40b541
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
engine:
20
- Arbor
21
- "Brian2:2.4"
22
+ - Brian2
23
- EDEN
24
- "NEST:2.20.0"
25
- "NEST:3.3"
@@ -47,9 +48,9 @@ jobs:
47
48
- MOOSE
49
50
steps:
- - uses: actions/checkout@v2
51
+ - uses: actions/checkout@v3
52
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v2
53
+ uses: actions/setup-python@v3
54
with:
55
python-version: ${{ matrix.python-version }}
56
omv/engines/getbrian2.py
@@ -4,7 +4,7 @@
4
5
def install_brian2(version):
6
if not version:
7
- version='2.3'
+ version='2.5.1'
8
try:
9
# check_scipy_dev()
10
# Tested with v2.3
0 commit comments