mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
[Fix] Fix deploy CI
This commit is contained in:
parent
5c65b3a2d1
commit
c1d9d503ee
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
|||||||
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10.13
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.10.13
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install wheel
|
run: pip install wheel
|
||||||
- name: Build MMEngine
|
- name: Build MMEngine
|
||||||
@ -34,10 +34,10 @@ jobs:
|
|||||||
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10.13
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.10.13
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: pip install wheel
|
run: pip install wheel
|
||||||
- name: Build MMEngine-lite
|
- name: Build MMEngine-lite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user