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

update

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