Skip to content

Commit 698782f

Browse files
authored
[Fix] Fix deploy ci (#1628)
* [Enhance] Support trigger ci manually * [Fix] Fix deploy CI
1 parent e60ab1d commit 698782f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Python 3.10
18+
- name: Set up Python 3.10.13
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.10
21+
python-version: 3.10.13
2222
- name: Install wheel
2323
run: pip install wheel
2424
- name: Build MMEngine
@@ -34,10 +34,10 @@ jobs:
3434
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
3535
steps:
3636
- uses: actions/checkout@v4
37-
- name: Set up Python 3.10
37+
- name: Set up Python 3.10.13
3838
uses: actions/setup-python@v4
3939
with:
40-
python-version: 3.10
40+
python-version: 3.10.13
4141
- name: Install wheel
4242
run: pip install wheel
4343
- name: Build MMEngine-lite

0 commit comments

Comments
 (0)