Skip to content

Commit f143dec

Browse files
committed
ci: Pull latest fixes for update-constraints ci action
It will pull the `uv` based implementation that is a lot more speedy and robust. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
1 parent e4c91ac commit f143dec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/constraints-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
repository: instructlab/ci-actions
2424
path: ci-actions
25-
# no tag that includes https://github.com/instructlab/ci-actions/pull/25, yet
26-
ref: release-v0.2
25+
# no tag that includes https://github.com/instructlab/ci-actions/pull/26, yet
26+
ref: 88641ccaf122964eacdc1a82b18bda369b6f99bd # main
2727
sparse-checkout: |
2828
actions/update-constraints
2929

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ basepython = {[testenv:py3]basepython}
126126
skip_install = True
127127
skipsdist = true
128128
deps =
129-
pip-tools==7.4.1
129+
uv==0.7.8
130130
torch # work around flash-attn not listing its build dependencies in package metadata
131131
commands = {posargs}
132132
allowlist_externals = *

0 commit comments

Comments
 (0)