From 8eaea062fb3106d711e2c355a7a22376d4e98689 Mon Sep 17 00:00:00 2001 From: Adam Cimarosti Date: Fri, 12 Apr 2024 12:24:45 +0100 Subject: [PATCH] CI debugging --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d12b5d1..626adb1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,10 @@ jobs: strategy: matrix: python-version: ['3.9', '3.10', '3.11', '3.12'] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ + # ubuntu-latest, + # macos-latest, + windows-latest] steps: - uses: actions/checkout@v3