Skip to content

Commit 1502d0b

Browse files
authored
Fix generation of lockfile for old job (#13724)
1 parent 807d51b commit 1502d0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spec_zero.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
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: |

tools/pylock.ci-old.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
lock-version = "1.0"
44
created-by = "uv"
55
requires-python = ">=3.10"

0 commit comments

Comments
 (0)