Skip to content

Commit 3f5296a

Browse files
authored
(chore): update ci
1 parent 53d2ce7 commit 3f5296a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: poetry run pytest ./tests/custom/
3838

3939
publish:
40-
needs: [compile, test]
40+
needs: [compile]
4141
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
4242
runs-on: ubuntu-20.04
4343
steps:

0 commit comments

Comments
 (0)