Skip to content

Commit 9fd0528

Browse files
author
Courtney Peverley
committed
update workflow, use python 3.8 as oldest version
1 parent 2c50bb0 commit 9fd0528

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
on:
22
pull_request:
3-
branches: [ development ]
43
jobs:
54
fleximod-test:
65
runs-on: ubuntu-latest
76
strategy:
87
matrix:
98
# oldest supported and latest supported
10-
python-version: ["3.7", "3.x"]
9+
python-version: ["3.8", "3.x"]
1110
steps:
1211
- id: checkout-CESM
1312
uses: actions/checkout@v4
1413
- id: run-fleximod
1514
run: |
1615
$GITHUB_WORKSPACE/bin/git-fleximod update
1716
$GITHUB_WORKSPACE/bin/git-fleximod test
18-
# - name: Setup tmate session
19-
# if: ${{ failure() }}
20-
# uses: mxschmitt/action-tmate@v3
2117
2218

0 commit comments

Comments
 (0)