We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd79eb commit de3069cCopy full SHA for de3069c
.github/workflows/python_build.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - run: git clone --recurse-submodules --shallow-submodules
+ - run: git submodule update --init --recursive --depth 1
12
- uses: actions/setup-python@v4
13
- name: install dev requirements
14
run: python -m pip install "cibuildwheel"
0 commit comments