Skip to content

Commit

Permalink
install diffusers from main branch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Sep 26, 2024
1 parent 3357d6f commit b3011a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: clone diffusers
uses: actions/checkout@master
with:
name: huggingface/diffusers
- name: install diffusers
run: |
cd diffusers && python3 -m pip install .
- name: pull lfs
run: |
cd tests/models-sd/SDXL/tiny-sdxl && git lfs pull
Expand Down

0 comments on commit b3011a3

Please sign in to comment.