Skip to content

Commit

Permalink
fix openvino version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 28, 2023
1 parent edd888b commit ca84103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python -m pip install --upgrade pip
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install openvino==2023.1.0
pip install .[openvino,nncf,tests,diffusers]
- name: Test with Pytest
run: |
Expand Down

0 comments on commit ca84103

Please sign in to comment.