From baad7f834c2c077c1249eac54493ed5823f42fd1 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 7 Jul 2021 20:02:35 +0200 Subject: [PATCH] Revert "Run unittests on windows as well" This reverts commit f1d1e5f7dbb72b4b8fa07542ee02a0d34a52413e. --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b3f6b8b..b27883a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -5,11 +5,10 @@ on: [push, pull_request] jobs: build: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: python-version: ['3.6', '3.7', '3.8', '3.9'] - os: ['ubuntu-latest', 'windows-latest'] steps: - uses: actions/checkout@v2 - name: Set up Python