Skip to content

Commit

Permalink
ci: no compat checks
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Apr 28, 2024
1 parent e8723de commit df2504a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df2504a

Please sign in to comment.