From 90e5d5b1edb4dde7bf389574bf02507e17f89383 Mon Sep 17 00:00:00 2001 From: Afshawn Lotfi Date: Thu, 25 Jul 2024 21:10:46 +0000 Subject: [PATCH] Removing windows test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 940db9d..8fd92b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-14, macos-13, windows-latest] + os: [ubuntu-latest, macos-14, macos-13] steps: #---------------------------------------------- # check-out repo and set-up python