99 pull_request :
1010 paths-ignore :
1111 - ' **.md'
12-
12+
1313jobs :
1414 test-setup-python :
1515 name : Test setup-python
@@ -18,71 +18,71 @@ jobs:
1818 matrix :
1919 operating-system : [ubuntu-20.04, windows-latest]
2020 steps :
21- - name : Checkout
22- uses : actions/checkout@v3
21+ - name : Checkout
22+ uses : actions/checkout@v3
2323
24- - name : Run with setup-python 2.7
25- uses : ./
26- with :
27- python-version : 2.7
28- - name : Verify 2.7
29- run : python __tests__/verify-python.py 2.7
24+ - name : Run with setup-python 2.7
25+ uses : ./
26+ with :
27+ python-version : 2.7
28+ - name : Verify 2.7
29+ run : python __tests__/verify-python.py 2.7
3030
31- - name : Run with setup-python 3.5
32- uses : ./
33- with :
34- python-version : 3.5
35- - name : Verify 3.5
36- run : python __tests__/verify-python.py 3.5
31+ - name : Run with setup-python 3.5
32+ uses : ./
33+ with :
34+ python-version : 3.5
35+ - name : Verify 3.5
36+ run : python __tests__/verify-python.py 3.5
3737
38- - name : Run with setup-python 3.6
39- uses : ./
40- with :
41- python-version : 3.6
42- - name : Verify 3.6
43- run : python __tests__/verify-python.py 3.6
38+ - name : Run with setup-python 3.6
39+ uses : ./
40+ with :
41+ python-version : 3.6
42+ - name : Verify 3.6
43+ run : python __tests__/verify-python.py 3.6
4444
45- - name : Run with setup-python 3.7
46- uses : ./
47- with :
48- python-version : 3.7
49- - name : Verify 3.7
50- run : python __tests__/verify-python.py 3.7
45+ - name : Run with setup-python 3.7
46+ uses : ./
47+ with :
48+ python-version : 3.7
49+ - name : Verify 3.7
50+ run : python __tests__/verify-python.py 3.7
5151
52- - name : Run with setup-python 3.8
53- uses : ./
54- with :
55- python-version : 3.8
56- - name : Verify 3.8
57- run : python __tests__/verify-python.py 3.8
52+ - name : Run with setup-python 3.8
53+ uses : ./
54+ with :
55+ python-version : 3.8
56+ - name : Verify 3.8
57+ run : python __tests__/verify-python.py 3.8
5858
59- - name : Run with setup-python 3.7.5
60- uses : ./
61- with :
62- python-version : 3.7.5
63- - name : Verify 3.7.5
64- run : python __tests__/verify-python.py 3.7.5
59+ - name : Run with setup-python 3.7.5
60+ uses : ./
61+ with :
62+ python-version : 3.7.5
63+ - name : Verify 3.7.5
64+ run : python __tests__/verify-python.py 3.7.5
6565
66- - name : Run with setup-python 3.6.7
67- uses : ./
68- with :
69- python-version : 3.6.7
70- - name : Verify 3.6.7
71- run : python __tests__/verify-python.py 3.6.7
66+ - name : Run with setup-python 3.6.7
67+ uses : ./
68+ with :
69+ python-version : 3.6.7
70+ - name : Verify 3.6.7
71+ run : python __tests__/verify-python.py 3.6.7
7272
73- - name : Run with setup-python 3.8.1
74- uses : ./
75- with :
76- python-version : 3.8.1
77- - name : Verify 3.8.1
78- run : python __tests__/verify-python.py 3.8.1
73+ - name : Run with setup-python 3.8.1
74+ uses : ./
75+ with :
76+ python-version : 3.8.1
77+ - name : Verify 3.8.1
78+ run : python __tests__/verify-python.py 3.8.1
7979
80- - name : Run with setup-python 3.10
81- id : cp310
82- uses : ./
83- with :
84- python-version : " 3.10"
85- - name : Verify 3.10
86- run : python __tests__/verify-python.py 3.10
87- - name : Run python-path sample 3.10
88- run : pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
80+ - name : Run with setup-python 3.10
81+ id : cp310
82+ uses : ./
83+ with :
84+ python-version : ' 3.10'
85+ - name : Verify 3.10
86+ run : python __tests__/verify-python.py 3.10
87+ - name : Run python-path sample 3.10
88+ run : pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
0 commit comments