chore(workflows): unshallow git clones

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-09-06 13:24:35 +08:00
parent 0ebcfb4dc1
commit fc9be73fd9

View file

@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1
fetch-depth: 0
- name: Set up Python
id: py
@ -111,7 +111,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4