Skip to content

Commit

Permalink
___ wip: smaller matrix, faster runs (and failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaty committed Nov 15, 2023
1 parent 7317f7d commit 843113c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ on:

jobs:
build:
runs-on: [ubuntu-latest, windows-latest]
#runs-on: [ubuntu-latest, windows-latest]
runs-on: [windows-latest]

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# FIXME: DEBUG ONLY: minimize matrix while we test
#os: [ubuntu-latest, windows-latest]
os: [windows-latest]
#python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"]

services:
postgres:
Expand Down

0 comments on commit 843113c

Please sign in to comment.