From 8449ec9924b53c7606b5fe6c18d5cc349180a0d4 Mon Sep 17 00:00:00 2001 From: Yao Chi Date: Mon, 29 Jul 2024 17:57:51 +0800 Subject: [PATCH] refine --- .github/workflows/workflow-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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