Skip to content

Commit

Permalink
matrix of python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 28, 2024
1 parent 6ab7cfd commit 589ad84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ on:
jobs:
fleximod-test:
runs-on: ubuntu-latest
strategy:
matrix:
# oldest supported and latest supported
python-version: ["3.7", "3.x"]
steps:
- id: checkout-CESM
uses: actions/checkout@v4
- id: run-fleximod
run: ./bin/git-fleximod test
run: |
$GITHUB_WORKSPACE/bin/git-fleximod test

0 comments on commit 589ad84

Please sign in to comment.