Update build_wheels.yml

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

View File

@ -9,6 +9,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
with:
remote: true
- uses: actions/setup-python@v2
with: