Skip to content

Commit

Permalink
Update SelfHosted-Tester.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartvauder authored Nov 3, 2024
1 parent 0097e4e commit 2f25285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/SelfHosted-Tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
pip install --no-deps -r RequirementsFiles/requirements-cuda.txt
pip install --no-deps -r RequirementsFiles/requirements-llama-cpp.txt
pip install --no-deps -r RequirementsFiles/requirements-stable-diffusion-cpp.txt
continue-on-error: true

- name: Run tests
run: |
pytest LaunchFile/app.py
continue-on-error: true

0 comments on commit 2f25285

Please sign in to comment.