From 843113c7ca65b7efd46ea89f62298ae6ee6c1de2 Mon Sep 17 00:00:00 2001 From: Damien Baty Date: Thu, 16 Nov 2023 00:19:44 +0100 Subject: [PATCH] ___ wip: smaller matrix, faster runs (and failures) --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4d68f92..42582e4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: