Update build_wheels.yml

This commit is contained in:
Luke Southam 2022-12-14 16:15:22 +00:00 committed by GitHub
parent 7f456c2636
commit 66e8ce112b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
with:
remote: true
run: |
git submodule update --init --recursive
- uses: actions/setup-python@v2
with:
python-version: '3.10'