diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 9c2f770..01e83e0 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] python-version: ['3.10'] fail-fast: false