diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 384f9d70a..74b4bcfbd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,6 +26,8 @@ jobs: python-version: "3.10" cache: 'pip' # caching pip dependencies - uses: pre-commit/action@v3.0.0 + env: + SKIP: no-commit-to-branch pytest: name: PyTest