Skip to content

Commit 47db417

Browse files
[CI] fix path
1 parent a607088 commit 47db417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
fi
280280
if python -VV 2>&1 | grep -q '3\.14.*free-threading'; then
281281
echo "[INFO] Python 3.14t detected, installing torchao..."
282-
uv pip install /monster/docker/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl
282+
uv pip install http://10.0.13.31/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl
283283
else
284284
echo "[INFO] Current Python is not 3.14t, skip torchao."
285285
fi

0 commit comments

Comments
 (0)