From 8fd5838f4e85a8f580e77a2a29b207fc33154431 Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Sun, 19 May 2024 17:19:51 +0000 Subject: [PATCH] ci: skip nitpick in github test workflow --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fec7267..c63158a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,8 @@ jobs: - name: Run pre-commit run: hatch run pre-commit run --all + env: + SKIP: nitpick - name: Run tests run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1