Skip to content

Commit

Permalink
Tweak os options
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 2, 2024
1 parent 1579cb9 commit 3d16a92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.10" ]
python-version: [ "3.9", "3.11" ]
engine:
- "PyNEURON:7.8.2"
- "PyNEURON:8.0.0"
- "PyNEURON:8.1.0"
- "PyNEURON:8.2.2"
runs-on: [ubuntu-latest, macos-latest ]
exclude:
- python-version: "3.10"
- python-version: "3.11"
engine: "PyNEURON:7.8.2"
- python-version: "3.10"
- python-version: "3.11"
engine: "PyNEURON:8.0.0"

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 }}

Expand Down

0 comments on commit 3d16a92

Please sign in to comment.