diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 033dfb6d..fe67ed5e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -22,8 +22,8 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.8, 3.9, "3.10"] + platform: [windows-latest] #ubuntu-latest, macos-latest, + python-version: [3.8] # "3.9", "3.10" steps: - uses: actions/checkout@v2