Skip to content

Commit

Permalink
chore(workflows): unshallow git clones
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Sep 6, 2022
1 parent 407620a commit 579a1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.8.1
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 1
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 579a1d3

Please sign in to comment.