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