submodules
This commit is contained in:
parent
7a9e01ae6b
commit
31672b3919
2 changed files with 9 additions and 0 deletions
3
.github/workflows/pip.yml
vendored
3
.github/workflows/pip.yml
vendored
|
|
@ -21,6 +21,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
depth: 0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
|
|||
6
.github/workflows/wheels.yml
vendored
6
.github/workflows/wheels.yml
vendored
|
|
@ -18,6 +18,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
depth: 0
|
||||
|
||||
- name: Build SDist
|
||||
run: pipx run build --sdist
|
||||
|
|
@ -43,6 +46,9 @@ jobs:
|
|||
arch_linux: ["aarch64"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
depth: 0
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue