From 4b4d0e1ff9e2ee998cbd71abd5f5806f25444ed9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 2 Feb 2022 14:33:08 -0800 Subject: [PATCH] Try just testing against Windows Refs #1626 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea7fcf73..74bc4ca7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [windows-latest] # macos-latest, ubuntu-latest python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] steps: - uses: actions/checkout@v2