Skip to content

Commit

Permalink
ci: Drop call to pre-push hooks
Browse files Browse the repository at this point in the history
We no longer have any pre-push hooks configured, so this call is no
longer useful.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Aug 2, 2023
1 parent 214debf commit efc2147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
- name: Lint sources
run: |
make lint
python3 -m pre_commit run --all-files --hook-stage pre-push
- name: Build docs
run: |
towncrier build --version 99.99 --name memray --keep
Expand Down

0 comments on commit efc2147

Please sign in to comment.