Skip to content

Commit

Permalink
Update version gha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 15, 2024
1 parent fe43d31 commit 4117ab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate ] #, NON_OMV_TESTS ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install OMV
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/non_omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Non-OMV-tests

on:
push:
branches: [ master, development, test*, ow* ]
branches: [ master, development, experimental, ow* ]
pull_request:
branches: [ master, development, test*, ow* ]
branches: [ master, development, experimental, ow* ]

jobs:
build:
Expand All @@ -16,9 +16,9 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]

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

Expand Down

0 comments on commit 4117ab1

Please sign in to comment.