Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Jul 29, 2024
1 parent 89d74e1 commit 8449ec9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install selenium pytest chromedriver-binary pytest-timeout==2.3.1
pip install -r ComfyUI/requirements.txt
pip install -r ComfyUI/custom_nodes/BizyAir/requirements.txt
Expand All @@ -43,4 +44,5 @@ jobs:
- name: Run tests
run: |
pytest --timeout=1800 tests/test_examples.py
cd ..
pytest -s --timeout=1800 tests/test_examples.py

0 comments on commit 8449ec9

Please sign in to comment.