Skip to content

Commit

Permalink
Reduce number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Nov 20, 2024
1 parent 5f765b1 commit a7aec66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/preview_namelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
strategy:
matrix:
# Lots of python versions, pare down if we don't support a version
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11"]
config: [{"compset": "BLT1850", "res": "ne30pg3_t232"},
{"compset": "C_JRA", "res": "TL319_t232"},
{"compset": "D", "res": null},
{"compset": "FTJ16", "res": null},
{"compset": "I2000Clm60SpRs", "res": null}]
{"compset": "G_JRA", "res": "TL319_t232"}]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a7aec66

Please sign in to comment.