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 8a6257a commit 33c1f27Copy full SHA for 33c1f27
.github/workflows/benchmarks.yaml
@@ -37,6 +37,9 @@ jobs:
37
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
38
conda install "ffmpeg=7.0.1" pkg-config -c conda-forge
39
ffmpeg -version
40
+ - name: Install matplotlib
41
+ run: |
42
+ python -m pip install matplotlib
43
- name: Build and install torchcodec
44
run: |
45
python -m pip install -e ".[dev]" --no-build-isolation -vvv
0 commit comments