From 87ed57083147da77a49268e4cbf3c85db337edd1 Mon Sep 17 00:00:00 2001 From: Thomas Finnie Date: Fri, 1 Sep 2023 16:42:43 +0100 Subject: [PATCH] Now also test on windows --- .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 45dd3ed..420d7ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest]#, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] # macos-latest python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: