[Fix] Fix deploy CI

This commit is contained in:
HAOCHENYE 2025-01-15 18:10:09 +08:00
parent 5c65b3a2d1
commit c1d9d503ee

View File

@ -15,10 +15,10 @@ jobs:
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.13
- name: Install wheel
run: pip install wheel
- name: Build MMEngine
@ -34,10 +34,10 @@ jobs:
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.10.13
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.13
- name: Install wheel
run: pip install wheel
- name: Build MMEngine-lite