mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 20:30:25 +08:00
tweak workflow to cd into the correct directory
This commit is contained in:
parent
be9856e4db
commit
b4998009b0
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -112,6 +112,7 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
# only use dGPU
|
# only use dGPU
|
||||||
|
cd ${GITHUB_WORKSPACE}/src
|
||||||
export HIP_VISIBLE_DEVICES=1
|
export HIP_VISIBLE_DEVICES=1
|
||||||
pytest -v tests/unit
|
pytest -v tests/unit
|
||||||
build_and_execute_macos:
|
build_and_execute_macos:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user