Skip to content

Commit

Permalink
Updated GH Actions workflows (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlles Abreu authored Dec 7, 2023
1 parent 4b6caff commit 1949b86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, OpenMM ${{ matrix.openmm-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", 3.11]
openmm-version: ["7.7", "8.0", "8.1"]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/MacOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, OpenMM ${{ matrix.openmm-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macOS-latest]
python-version: [3.8, 3.9, "3.10"]
openmm-version: ["8.0"]
python-version: ["3.10", 3.11]
openmm-version: ["8.1"]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}, OpenMM ${{ matrix.openmm-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
python-version: [3.8, 3.9, "3.10"]
openmm-version: ["8.0"]
python-version: ["3.10", 3.11]
openmm-version: ["8.1"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1949b86

Please sign in to comment.