Skip to content

Commit de3069c

Browse files
committed
fixup: submodules
1 parent 9fd79eb commit de3069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- run: git clone --recurse-submodules --shallow-submodules
11+
- run: git submodule update --init --recursive --depth 1
1212
- uses: actions/setup-python@v4
1313
- name: install dev requirements
1414
run: python -m pip install "cibuildwheel"

0 commit comments

Comments
 (0)