File tree 1 file changed +10
-1
lines changed 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 15
15
os_list :
16
16
required : false
17
17
default : ' ["ubuntu-latest", "windows-2019", "macOS-12"]'
18
+ python_version :
19
+ required : false
20
+ type : string
21
+ default : ' 3.11'
18
22
workflow_call :
19
23
inputs :
20
24
build_target :
36
40
# https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317
37
41
default : ' ["ubuntu-latest", "windows-2019", "macOS-12"]'
38
42
43
+ python_version :
44
+ required : false
45
+ type : string
46
+ default : ' 3.11'
47
+
39
48
concurrency :
40
49
# Skip intermediate builds: always.
41
50
# Cancel intermediate builds: only if it is a pull request build.
65
74
- name : Setup Python
66
75
uses : actions/setup-python@v4
67
76
with :
68
- python-version : ' 3.11 '
77
+ python-version : ${{ inputs.python_version }}
69
78
- name : Install Ninja
70
79
uses : llvm/actions/install-ninja@main
71
80
# actions/checkout deletes any existing files in the new git directory,
You can’t perform that action at this time.
0 commit comments