Skip to content

Commit

Permalink
add pytest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Jul 29, 2024
1 parent 2830ba0 commit 89d74e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install selenium pytest chromedriver-binary
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 Down

0 comments on commit 89d74e1

Please sign in to comment.