-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Two questions here:
postmodern-python-ci/.github/workflows/ci.yml
Lines 26 to 27 in 1fbc53f
uv export --resolution ${{ matrix.resolution }} > requirements.txt | |
uv pip install --system --break-system-packages -r requirements.txt |
- Shouldn’t we use a non-managed Python instead of using
--break-system-packages
? In Docker, plain--system
works. We could just useastral-sh/setup-uv
withpython-version: ...
, right? requirements.txt
is not an ideal format, why not just use the uv lockfile?
Metadata
Metadata
Assignees
Labels
No labels