Skip to content

Commit

Permalink
fix notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jul 26, 2024
1 parent 4060e17 commit b85c30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
# ffmpeg, torchaudio and pillow are required for image classification and audio classification pipelines
sudo apt-get install ffmpeg
pip install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
pip install ".[tests, openvino]" nbval
pip install -r notebooks/openvino/requirements.txt
pip install .[tests,openvino] nbval
- run: free -h
- run: lscpu
Expand Down

0 comments on commit b85c30a

Please sign in to comment.