Update build_wheels.yml
This commit is contained in:
parent
0de3f1e4c6
commit
7f456c2636
4
.github/workflows/build_wheels.yml
vendored
4
.github/workflows/build_wheels.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user