Skip to content

Commit 1a3f4c6

Browse files
committed
fix: update pytest_slow.yml torch pins to 2.12.0 and add ffmpeg
1 parent b1e2a49 commit 1a3f4c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pytest_slow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
- name: Setup Linux
4242
if: runner.os == 'linux'
4343
run: |
44-
sudo apt-get update && sudo apt-get install -y cmake libsndfile1 libsox-dev
44+
sudo apt-get update && sudo apt-get install -y cmake libsndfile1 libsox-dev ffmpeg
4545
4646
- name: Install dependencies
4747
run: |
4848
python --version
4949
pip --version
5050
pip install uv
51-
uv pip install --system torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1
52-
pip install '.[test]'
51+
uv pip install --system torch==2.12.0 torchvision==0.27.0 torchaudio==2.11.0 torchcodec --extra-index-url https://download.pytorch.org/whl/cpu
52+
uv pip install --system '.[test]'
5353
pip list
5454
shell: bash
5555

0 commit comments

Comments
 (0)