summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Baty <damien@damienbaty.com>2023-11-16 00:19:44 +0100
committerDamien Baty <damien@damienbaty.com>2023-11-16 00:46:57 +0100
commit843113c7ca65b7efd46ea89f62298ae6ee6c1de2 (patch)
treeec0b82fa7cfa84a715ba4b050f1bdbf748670e70
parent7317f7de950f45ccfd2855a665e0639b37c6e513 (diff)
___ wip: smaller matrix, faster runs (and failures)dbaty/run_tests_on_windows
-rw-r--r--.github/workflows/ci.yml10
1 files 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: