Skip to content

Commit d40b541

Browse files
authored
Merge pull request #90 from OpenSourceBrain/test_jnml
Use latest Brian2
2 parents a728a27 + 94a6680 commit d40b541

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
engine:
2020
- Arbor
2121
- "Brian2:2.4"
22+
- Brian2
2223
- EDEN
2324
- "NEST:2.20.0"
2425
- "NEST:3.3"
@@ -47,9 +48,9 @@ jobs:
4748
- MOOSE
4849

4950
steps:
50-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5152
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v3
5354
with:
5455
python-version: ${{ matrix.python-version }}
5556

omv/engines/getbrian2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def install_brian2(version):
66
if not version:
7-
version='2.3'
7+
version='2.5.1'
88
try:
99
# check_scipy_dev()
1010
# Tested with v2.3

0 commit comments

Comments
 (0)