Revert "Run unittests on windows as well"

This reverts commit f1d1e5f7db.
This commit is contained in:
Rebecca Breu 2021-07-07 20:02:35 +02:00
parent f1d1e5f7db
commit baad7f834c

View file

@ -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