Skip to content

Commit 7b5c144

Browse files
committed
WIP: CI: Only test py27 @ w32
1 parent 0e7bd96 commit 7b5c144

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
13-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
12+
os: ['windows-latest']
13+
python-version: ["2.7"]
1414

15-
include:
16-
- os: ubuntu-latest
17-
os-name: Linux
18-
pip-cache-path: ~/.cache/pip
1915
- os: windows-latest
2016
os-name: w32
2117
pip-cache-path: ~\AppData\Local\pip\Cache

0 commit comments

Comments
 (0)