Commit b769e8e4 authored by muyangli's avatar muyangli
Browse files

fix the ci logic

parent b2d53ef6
...@@ -46,6 +46,7 @@ jobs: ...@@ -46,6 +46,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
submodules: true submodules: true
- name: Set up Python - name: Set up Python
...@@ -79,6 +80,8 @@ jobs: ...@@ -79,6 +80,8 @@ jobs:
which python which python
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
- name: Show current commit
run: git log -1 --oneline
test-flux-memory: test-flux-memory:
needs: build 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