From 6a64578d27efd3557267a74923c88f4eac9311ea Mon Sep 17 00:00:00 2001 From: james-s-willis <36906682+james-s-willis@users.noreply.github.com> Date: Tue, 25 May 2021 12:11:46 -0400 Subject: [PATCH] Update main.yml Remove windows test. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef927129..1d0d6507 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: python-version: [3.6, 3.9] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: