1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Replace poetry with uv (#35084)

This commit is contained in:
silverwind
2025-07-15 23:19:39 +02:00
committed by GitHub
parent a301079626
commit 7413e8583d
9 changed files with 351 additions and 447 deletions

View File

@@ -40,7 +40,7 @@ jobs:
node-version: 24
cache: npm
cache-dependency-path: package-lock.json
- run: pip install poetry
- run: pip install uv
- run: make deps-py
- run: make deps-frontend
- run: make lint-templates
@@ -54,7 +54,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install poetry
- run: pip install uv
- run: make deps-py
- run: make lint-yaml