Skip to content

Commit

Permalink
ci-deploy: checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwer committed Nov 9, 2023
1 parent c158802 commit bce35fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
os: [ubuntu-20.04, macos-11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit bce35fc

Please sign in to comment.