File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - name : Create lockfile for old CI
5252 # uv pip compile requires setting the python version explicitly in the command :(
5353 run : |
54- uv pip compile pyproject.toml --python "3.10" --python-platform "x86_64-unknown-linux-gnu" --group test --extra ver-auto-bumped --resolution lowest-direct --format pylock.toml --output-file tools/pylock.ci-old.toml
54+ uv pip compile pyproject.toml --python "3.10" --python-platform "x86_64-unknown-linux-gnu" --group test --group lockfile_extras --resolution lowest-direct --format pylock.toml --output-file tools/pylock.ci-old.toml
5555 python tools/github_actions_check_old_lockfile.py
5656 - name : check if files changed
5757 run : |
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
2- # uv pip compile pyproject.toml --python 3.10 --python-platform x86_64-unknown-linux-gnu --group test --extra ver-auto-bumped --resolution lowest-direct --format pylock.toml --output-file tools/pylock.ci-old.toml
2+ # uv pip compile pyproject.toml --python 3.10 --python-platform x86_64-unknown-linux-gnu --group test --group lockfile_extras --resolution lowest-direct --format pylock.toml --output-file tools/pylock.ci-old.toml
33lock-version = " 1.0"
44created-by = " uv"
55requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments