Skip to content

Commit 8cae00b

Browse files
committed
maint: fix dependency on pre-commit job
1 parent d9556d0 commit 8cae00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
publish:
9393

9494
name: Publish to PyPi
95-
needs: [pre-commit, tests]
95+
needs: [tests]
9696
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9797
runs-on: ubuntu-latest
9898
steps:

0 commit comments

Comments
 (0)