From 922607a31402acc152fc2c7c1e1347bae32c4b00 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Fri, 5 Jul 2024 13:58:18 +0200 Subject: [PATCH] ignore osx build; pip crash on gha --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index d24a1bf..09a846a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -20,8 +20,8 @@ jobs: - "3.12" os: - "ubuntu-latest" - - "macos-latest" - "windows-latest" + # - "macos-latest" pip crash on macos architecture: - x64 - x86