ci: Update woodpecker ci to use uv images
This commit is contained in:
parent
ecb999a49e
commit
ff6cdf3cca
3 changed files with 16 additions and 16 deletions
|
|
@ -1,9 +1,9 @@
|
|||
steps:
|
||||
pyright:
|
||||
image: nikolaik/python-nodejs
|
||||
image: ghcr.io/astral-sh/uv:python3.11-trixie-slim
|
||||
commands:
|
||||
- npm install --global pyright
|
||||
- uv sync
|
||||
- python --version && uv version && pyright --version
|
||||
- uv tool install pyright
|
||||
- uv sync --locked
|
||||
- python --version && uv --version && pyright --version
|
||||
- echo "------------- running pyright typecheck -------------"
|
||||
- uv run pyright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue