Skip to content

Commit 0fb222a

Browse files
committed
Remove .py extension
1 parent 0c3dd04 commit 0fb222a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
BUGZILLA_API_KEY: key # pragma: allowlist secret
4949
DL_QUEUE_CONSTANT_RETRY: false
5050
DL_QUEUE_DSN: "file:///tmp/dlqueue"
51-
run: .venv/bin/python -m jbi.retry.py
51+
run: .venv/bin/python -m jbi.retry
5252
review-dependabot-pr:
5353
permissions:
5454
contents: write

0 commit comments

Comments
 (0)