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
b769e8e4
Commit
b769e8e4
authored
Apr 12, 2025
by
muyangli
Browse files
fix the ci logic
parent
b2d53ef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.github/workflows/pr_test_linux.yaml
.github/workflows/pr_test_linux.yaml
+3
-0
No files found.
.github/workflows/pr_test_linux.yaml
View file @
b769e8e4
...
...
@@ -46,6 +46,7 @@ jobs:
-
name
:
Checkout
uses
:
actions/checkout@v4
with
:
ref
:
${{ github.event.pull_request.head.sha || github.sha }}
submodules
:
true
-
name
:
Set up Python
...
...
@@ -79,6 +80,8 @@ jobs:
which python
NUNCHAKU_INSTALL_MODE=ALL python setup.py develop
pip install -r tests/requirements.txt
-
name
:
Show current commit
run
:
git log -1 --oneline
test-flux-memory
:
needs
:
build
...
...
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