Skip to content

Commit 61ff2f4

Browse files
committed
init
1 parent ff77695 commit 61ff2f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/unittest/linux/scripts/run_all.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@ else
238238
uv_pip_install --no-deps tensordict
239239
fi
240240

241+
# install torchcodec (from source for nightly to match PyTorch ABI)
242+
if [[ "$RELEASE" == 0 ]]; then
243+
uv_pip_install --no-build-isolation git+https://github.com/meta-pytorch/torchcodec.git
244+
else
245+
uv_pip_install torchcodec
246+
fi
247+
241248
printf "* Installing torchrl\n"
242249
if [[ "$RELEASE" == 0 ]]; then
243250
uv_pip_install -e . --no-build-isolation --no-deps

0 commit comments

Comments
 (0)