File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - name : Set up Python 3.10
18
+ - name : Set up Python 3.10.13
19
19
uses : actions/setup-python@v4
20
20
with :
21
- python-version : 3.10
21
+ python-version : 3.10.13
22
22
- name : Install wheel
23
23
run : pip install wheel
24
24
- name : Build MMEngine
@@ -34,10 +34,10 @@ jobs:
34
34
startsWith(github.event.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
35
35
steps :
36
36
- uses : actions/checkout@v4
37
- - name : Set up Python 3.10
37
+ - name : Set up Python 3.10.13
38
38
uses : actions/setup-python@v4
39
39
with :
40
- python-version : 3.10
40
+ python-version : 3.10.13
41
41
- name : Install wheel
42
42
run : pip install wheel
43
43
- name : Build MMEngine-lite
You can’t perform that action at this time.
0 commit comments