From 9f163825fe24add08363f3ad3b04d328f4b0505c Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 29 May 2021 13:03:01 -0700 Subject: [PATCH] Remove Windows exclusions from CI as per note -- they should be working now --- .github/workflows/testing.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index d352566b..a90b939a 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -27,11 +27,6 @@ jobs: matrix: python-version: [ 3.7, 3.8, 3.9 ] os: [ ubuntu-latest, macos-latest, windows-latest ] - exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later! - - os: windows-latest - python-version: 3.8 - - os: windows-latest - python-version: 3.9 steps: - uses: actions/checkout@v2