mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +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
|
||||
run: |
|
||||
# only use dGPU
|
||||
cd ${GITHUB_WORKSPACE}/src
|
||||
export HIP_VISIBLE_DEVICES=1
|
||||
pytest -v tests/unit
|
||||
build_and_execute_macos:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user