Skip to content

Commit 6ef0279

Browse files
committed
___ wip: smaller matrix, faster runs (and failures)
1 parent 7317f7d commit 6ef0279

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest]
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
# FIXME: DEBUG ONLY: minimize matrix while we test
18+
#os: [ubuntu-latest, windows-latest]
19+
os: [windows-latest]
20+
#python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.11"]
1922

2023
services:
2124
postgres:

0 commit comments

Comments
 (0)