From 9aa7c954edb0acdbe584d4c875a86eeb597397c8 Mon Sep 17 00:00:00 2001 From: Melvin Wong Date: Thu, 10 Aug 2023 12:30:14 +0200 Subject: [PATCH] ci(tests.yml): temporarily disable macosx testing --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6176f04..c4b7fdb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: build-install-test: strategy: matrix: - os: ["windows-latest", "ubuntu-latest", "macos-latest"] + os: ["windows-latest", "ubuntu-latest"] # , "macos-latest"] python-version: ["3.11"] runs-on: ${{ matrix.os }} steps: