We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e2a49 commit 1a3f4c6Copy full SHA for 1a3f4c6
1 file changed
.github/workflows/pytest_slow.yml
@@ -41,15 +41,15 @@ jobs:
41
- name: Setup Linux
42
if: runner.os == 'linux'
43
run: |
44
- sudo apt-get update && sudo apt-get install -y cmake libsndfile1 libsox-dev
+ sudo apt-get update && sudo apt-get install -y cmake libsndfile1 libsox-dev ffmpeg
45
46
- name: Install dependencies
47
48
python --version
49
pip --version
50
pip install uv
51
- uv pip install --system torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1
52
- pip install '.[test]'
+ 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
+ uv pip install --system '.[test]'
53
pip list
54
shell: bash
55
0 commit comments