Skip to content

Commit

Permalink
pull tinysdxl lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill committed Sep 3, 2024
1 parent 8e74d47 commit e5acde2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: pull lfs
run: |
cd tests/models-sd/SDXL/tiny-sdxl && git lfs pull
- name: symlink models directory
run: ln -s ../../../../models tests/models-full
- name: Test with pytest
Expand Down

0 comments on commit e5acde2

Please sign in to comment.