mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 11:02:05 +00:00
[workflow] fixed the python and cpu arch mismatch (#2010)
This commit is contained in:
@@ -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: |
|
||||||
|
Reference in New Issue
Block a user