diff --git a/.github/workflows/workflow-ci.yml b/.github/workflows/workflow-ci.yml index 25759768..412efbdb 100644 --- a/.github/workflows/workflow-ci.yml +++ b/.github/workflows/workflow-ci.yml @@ -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 @@ -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