Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 18, 2023
2 parents de1271c + 38ceeb6 commit ab7eb78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/non_omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.9 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.9, "3.10" ]
python-version: [ 3.9, "3.10" ] # latest brain2 only supports >=3.9...
engine: [ Brian2, "Brian2:2.5.3", jNeuroML_validate, jNeuroML, jNeuroML_Brian2, jNeuroML_NEURON ]


Expand Down

0 comments on commit ab7eb78

Please sign in to comment.