Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Aug 7, 2024
1 parent 050abe4 commit 9b67a5e
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,10 +32,10 @@ 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
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
- name: Run ComfyUI
run: |
Expand Down

0 comments on commit 9b67a5e

Please sign in to comment.