Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
8d968511
Commit
8d968511
authored
Jul 27, 2025
by
Muyang Li
Browse files
chore: remove the workflow debug info
parent
14d23037
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.github/workflows/pr-test.yaml
.github/workflows/pr-test.yaml
+2
-3
No files found.
.github/workflows/pr-test.yaml
View file @
8d968511
...
...
@@ -31,8 +31,8 @@ jobs:
(github.event_name == 'pull_request' && !github.event.pull_request.draft) ||
(github.event_name == 'workflow_dispatch')
env
:
COMFYUI_MODELS_ROOT
:
"
~
/workspace/comfyui_models"
NUNCHAKU_TEST_CACHE_ROOT
:
"
~
/workspace/nunchaku_test_root"
COMFYUI_MODELS_ROOT
:
"
/home/runner
/workspace/comfyui_models"
NUNCHAKU_TEST_CACHE_ROOT
:
"
/home/runner
/workspace/nunchaku_test_root"
steps
:
-
name
:
Determine ref
id
:
set-ref
...
...
@@ -114,7 +114,6 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
echo $NUNCHAKU_TEST_CACHE_ROOT
pytest -v tests/flux/test_flux_examples.py
python .github/workflows/run_all_tests.py
-
name
:
clean up
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment