Skip to content

Commit 843113c

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: [ubuntu-latest, windows-latest]
13+
#runs-on: [ubuntu-latest, windows-latest]
14+
runs-on: [windows-latest]
1415

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

2024
services:
2125
postgres:

0 commit comments

Comments
 (0)