diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d7f8a39..2a762b2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,3 +29,4 @@ jobs: - name: Pre Commit Checks uses: pre-commit/action@v3.0.0 + if: ${{ matrix.python-version != '3.6' }}