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 1e72335
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ 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@v4
with:
repository: huggingface/diffusers
path: 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 1e72335

Please sign in to comment.