Skip to content

Commit 33c1f27

Browse files
committed
Add matplotlib dep
1 parent 8a6257a commit 33c1f27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
3838
conda install "ffmpeg=7.0.1" pkg-config -c conda-forge
3939
ffmpeg -version
40+
- name: Install matplotlib
41+
run: |
42+
python -m pip install matplotlib
4043
- name: Build and install torchcodec
4144
run: |
4245
python -m pip install -e ".[dev]" --no-build-isolation -vvv

0 commit comments

Comments
 (0)