Skip to content

Commit

Permalink
recurse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 17, 2023
1 parent e549f86 commit 8bdfe78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
depth: 0
submodules: "recursive"

- name: Build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit 8bdfe78

Please sign in to comment.