From 1383c9534357d137b97d694ebb7cc13383b95ecd Mon Sep 17 00:00:00 2001 From: C-Achard Date: Sat, 25 Jun 2022 19:15:37 +0200 Subject: [PATCH] Update test_and_deploy.yml --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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