From d4a88740d49b88039aeca389992f28772f983201 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Tue, 8 Mar 2022 11:36:02 -0800 Subject: [PATCH] Remove windows tests temporarily --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1e66140e..858cfdbd 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -48,7 +48,7 @@ jobs: strategy: max-parallel: 6 matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] python-version: [3.8, 3.9] runs-on: ${{ matrix.os }}