Files
synapse/.github/workflows/uv_lockfile.yaml
T
Quentin GliechandClaude Opus 4.6 53d347afce debian: Use uv instead of Poetry to export requirements
Replace poetry with uv in the Debian build_virtualenv script for
exporting pip-compatible requirements from the lockfile. This is part
of the migration from Poetry to uv for dependency management (#19572).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 13:10:27 +02:00

25 lines
634 B
YAML

on:
push:
branches: ["develop", "release-*"]
paths:
- poetry.lock
pull_request:
paths:
- poetry.lock
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-sdists:
name: "Check locked dependencies have sdists"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.x'
- run: pip install tomli
- run: ./scripts-dev/check_locked_deps_have_sdists.py