From ec2c2f5bea4cdfc310d3060e2ea426b4d43a21b7 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Dec 2020 18:44:53 +0200 Subject: [PATCH] add tests for windows --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b73c9e89..8642e8a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] - python: [3.7, 3.8] + os: [ubuntu-latest, macos-latest, windows-latest] + python: [3.7] steps: - uses: actions/checkout@v2