Skip to content

Commit f819ac1

Browse files
committed
Actuallly install torchcodec
1 parent abb80eb commit f819ac1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/reference_resources.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
8383
python -m pip install numpy pillow pytest
8484
85+
- name: Install torchcodec from the wheel
86+
run: |
87+
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
88+
echo Installing $wheel_path
89+
python -m pip install $wheel_path -vvv
8590
- name: Check out repo
8691
uses: actions/checkout@v3
8792

0 commit comments

Comments
 (0)