CI: Fix check failing due to sentry missing
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
65c577ab03
commit
fcbb0abd8f
@ -7,7 +7,7 @@ steps:
|
||||
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
commands:
|
||||
- apk add --no-cache cargo git
|
||||
- uv sync --extra dev
|
||||
- uv sync --extra dev --extra sentry
|
||||
# Lint the code
|
||||
- uv run ruff check src/xmpp_api/
|
||||
# Check for type safety
|
||||
|
Loading…
Reference in New Issue
Block a user