Commit b769e8e4 authored by muyangli's avatar muyangli
Browse files

fix the ci logic

parent b2d53ef6
......@@ -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
......
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