Commit 0a5b600c authored by muyangli's avatar muyangli
Browse files

update

parent b769e8e4
...@@ -49,6 +49,9 @@ jobs: ...@@ -49,6 +49,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }} ref: ${{ github.event.pull_request.head.sha || github.sha }}
submodules: true submodules: true
- name: Show current commit
run: git log -1 --oneline
- name: Set up Python - name: Set up Python
run: | run: |
which python which python
...@@ -80,8 +83,7 @@ jobs: ...@@ -80,8 +83,7 @@ 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