1
0
Fork 0

___ wip: smaller matrix, faster runs (and failures)

This commit is contained in:
Damien Baty 2023-11-16 00:19:44 +01:00
parent 7317f7de95
commit 843113c7ca
1 changed files with 7 additions and 3 deletions

View File

@ -10,12 +10,16 @@ on:
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, windows-latest] #runs-on: [ubuntu-latest, windows-latest]
runs-on: [windows-latest]
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest] # FIXME: DEBUG ONLY: minimize matrix while we test
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] #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: services:
postgres: postgres: