summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: