From df2504a2c6910712803f3949fea03c6d61b6a7a3 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Sat, 27 Apr 2024 22:34:56 -0500 Subject: [PATCH] ci: no compat checks --- .github/workflows/ci.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 956b998..c1e7f26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,17 +45,6 @@ jobs: coverage: ${{ matrix.python-version == '3.12' }} integration: ${{ matrix.python-version == '3.12' }} - test-platform-compat: - if: github.event_name == 'push' - strategy: - fail-fast: true - matrix: - os: ["macos-latest"] - uses: ./.github/workflows/test.yaml - with: - python-version: "3.12" - os: ${{ matrix.os }} - sonarcloud: name: SonarCloud runs-on: ubuntu-latest