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
ed4a401c
Commit
ed4a401c
authored
Apr 10, 2025
by
muyangli
Browse files
update
parent
524a35e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
.github/workflows/pr_test.yaml
.github/workflows/pr_test.yaml
+15
-2
No files found.
.github/workflows/pr_test.yaml
View file @
ed4a401c
...
@@ -31,12 +31,25 @@ jobs:
...
@@ -31,12 +31,25 @@ jobs:
NUNCHAKU_INSTALL_MODE=ALL python setup.py develop
NUNCHAKU_INSTALL_MODE=ALL python setup.py develop
pip install -r tests/requirements.txt
pip install -r tests/requirements.txt
test-flux-memory
:
needs
:
set-up-test-env
runs-on
:
self-hosted
steps
:
-
name
:
Run memory test
run
:
|
which python
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
pytest -v -x tests/flux/test_flux_memory.py
clean-up
:
clean-up
:
if
:
always()
if
:
always()
needs
:
set-up-test-env
needs
:
[
set-up-test-env
,
memory-test
]
runs-on
:
self-hosted
runs-on
:
self-hosted
steps
:
steps
:
-
name
:
Clean up
-
name
:
Clean up
run
:
|
run
:
|
echo $PWD
rm -rf .
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