diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 7dfaf4cf..86dec795 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: # platform: [ubuntu-latest, windows-latest, macos-latest] - platform: [windows-latest, macos-latest] + platform: [windows-latest] python-version: [3.8, 3.9] # 3.10 steps: