Skip to content

Commit

Permalink
remove tmp installations from source in test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Nov 6, 2023
1 parent e7e3922 commit 9919923
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ 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 git+https://github.com/huggingface/diffusers
pip install git+https://github.com/huggingface/optimum
pip install .[openvino,nncf,tests,diffusers]
- name: Test with Pytest
run: |
Expand Down

0 comments on commit 9919923

Please sign in to comment.