From 92cfb5c825705bc596f98609b46b70bc4bb5e3de Mon Sep 17 00:00:00 2001 From: C-Achard Date: Fri, 3 Mar 2023 15:46:23 +0100 Subject: [PATCH] Disable macos --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: