Skip to content

Commit

Permalink
install diffusers from source in test
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 26, 2023
1 parent 1d5fb39 commit 7b7e773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ 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 7b7e773

Please sign in to comment.