Unverified Commit 7242bffc authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent 2bab6f51
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: '3.7.12' python-version: '3.8.14'
- name: generate draft - name: generate draft
id: generate_draft id: generate_draft
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment