From e2daa20c809f40431285009623bf56f263df61e5 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Tue, 18 Jun 2024 17:22:29 +0100 Subject: [PATCH] Remove Windows from test workflow matrix --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2ed3e8..1cd8c50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,15 +7,10 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest, macos-13, macos-14, windows-latest] + os: [ubuntu-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.10' - cache: 'poetry' - if: matrix.os == 'windows-latest' - name: Run tests run: |