9
9
pull_request :
10
10
paths-ignore :
11
11
- ' **.md'
12
-
12
+
13
13
jobs :
14
14
test-setup-python :
15
15
name : Test setup-python
@@ -18,71 +18,71 @@ jobs:
18
18
matrix :
19
19
operating-system : [ubuntu-20.04, windows-latest]
20
20
steps :
21
- - name : Checkout
22
- uses : actions/checkout@v3
21
+ - name : Checkout
22
+ uses : actions/checkout@v3
23
23
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
30
30
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
37
37
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
44
44
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
51
51
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
58
58
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
65
65
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
72
72
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
79
79
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