From 2b6957c7f0a61e88f12e96c6b9135fd71f645a05 Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Mon, 8 Apr 2024 15:02:01 -0700 Subject: [PATCH] skip testing on macos (slow) --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c3e0f323a..f07de7664 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["ubuntu-latest"] python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v3