Update build_wheels.yml
This commit is contained in:
parent
7f456c2636
commit
66e8ce112b
7
.github/workflows/build_wheels.yml
vendored
7
.github/workflows/build_wheels.yml
vendored
|
@ -10,10 +10,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
uses: textbook/git-checkout-submodule-action@master
|
run: |
|
||||||
with:
|
git submodule update --init --recursive
|
||||||
remote: true
|
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user