diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4394929..ce33596 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,8 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.11", "3.12"] + # python-version: ["3.11", "3.12"] + python-version: ["3.11"] # os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -35,8 +36,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Run pre-commit tests - uses: pre-commit/action@main - name: Install with all components for testing run: |