Commit 493b10b2 authored by Muyang Li's avatar Muyang Li
Browse files

chore: update test workflows

parent b99fb8be
...@@ -123,7 +123,7 @@ jobs: ...@@ -123,7 +123,7 @@ jobs:
conda activate test_env || { echo "Failed to activate conda env"; exit 1; } conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pwd pwd
cd ../ComfyUI cd ../ComfyUI
python nunchaku_tests/scripts/nunchaku_flux1_dev.py python nunchaku_tests/scripts/nunchaku-flux1-dev.py
pytest -v nunchaku_tests/ pytest -v nunchaku_tests/
- name: Nunchaku FLUX memory tests - name: Nunchaku FLUX memory tests
run: | run: |
......
...@@ -123,7 +123,7 @@ jobs: ...@@ -123,7 +123,7 @@ jobs:
conda activate test_env || { echo "Failed to activate conda env"; exit 1; } conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
pwd pwd
cd ../ComfyUI cd ../ComfyUI
python nunchaku_tests/scripts/nunchaku_flux1_dev.py python nunchaku_tests/scripts/nunchaku-flux1-dev.py
pytest -v nunchaku_tests/ pytest -v nunchaku_tests/
- name: Nunchaku FLUX memory tests - name: Nunchaku FLUX memory tests
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment