[workflow] fixed the python and cpu arch mismatch (#2010)

pull/2018/head v0.1.11rc4
Frank Lee 2 years ago committed by GitHub
parent 2bab6f512c
commit 7242bffc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.7.12'
python-version: '3.8.14'
- name: generate draft
id: generate_draft
run: |

Loading…
Cancel
Save