mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Fix command line for ROCm image
This commit is contained in:
parent
17fc1da392
commit
f6cd2866be
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install setuptools pip --upgrade --break-system-packages
|
||||
python -m pip install setuptools pip --upgrade --break-system-packages || python -m pip install pip --upgrade || true
|
||||
pip install --no-build-isolation .[dev]
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user