Skip to content

Commit 431243b

Browse files
committed
Merge branch 'master' of https://github.com/a-ma72/rainflow
2 parents f10e1fa + 003c807 commit 431243b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/run_test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ jobs:
1717
matrix:
1818
os: [windows-latest, macos-latest, ubuntu-latest]
1919
python-version: ["3.7", "3.8", "3.9", "3.10"]
20-
exclude: # Python < v3.8 does not support Apple Silicon ARM64.
21-
- python-version: "3.7"
20+
exclude:
21+
- python-version: "3.7" # Python < v3.8 does not support Apple Silicon ARM64.
2222
os: macos-latest
23-
include: # So run those legacy versions on Intel CPUs.
23+
- python-version: "3.7" # Skip 3.7 on Ubuntu as requested
24+
os: ubuntu-latest
25+
include: # Run those macos legacy versions on Intel CPUs.
2426
- python-version: "3.7"
2527
os: macos-13
2628
steps:

0 commit comments

Comments
 (0)