From d319c93b5beaf3b2fea1599a6b1b16ad2559b201 Mon Sep 17 00:00:00 2001 From: Albert Koczy Date: Wed, 28 Jun 2023 01:26:51 +0200 Subject: [PATCH] Remove pre-commit checks from Github Actions --- .github/workflows/python.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0436c27..41d746d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -32,9 +32,6 @@ jobs: - name: Install dependencies run: | poetry install - - name: Run Python lint checks - run: | - poetry run pre-commit run --all-files --show-diff-on-failure - name: Run Python tests run: | poetry run pytest --cov