Skip to content

Commit

Permalink
ci: skip nitpick in github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed May 19, 2024
1 parent 300a9a8 commit 8fd5838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fd5838

Please # to comment.