File tree 1 file changed +7
-25
lines changed
1 file changed +7
-25
lines changed Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
18
- python-3 .6 :
19
- runs-on : ${{ matrix.os.runs-on }}
18
+ python3 .6 :
19
+ runs-on : ubuntu-20.04
20
20
strategy :
21
21
matrix :
22
- python-version : " 3.6"
23
- os :
24
- - name : Linux
25
- runs-on : ubuntu-20.04
26
- python_platform : linux
27
- # - name: Windows
28
- # runs-on: windows-latest
29
- # python_platform: win32
30
- - name : macOS
31
- runs-on : macos-latest
32
- python_platform : darwin
22
+ python-version : ["3.6"]
23
+
33
24
name : " Python ${{ matrix.python-version }}"
34
25
steps :
35
26
- uses : actions/checkout@v2
@@ -58,21 +49,12 @@ jobs:
58
49
files : coverage_${{ matrix.python-version }}.xml
59
50
token : ${{ secrets.CODECOV_TOKEN }}
60
51
61
- python-3 .7+ :
62
- runs-on : ${{ matrix.os.runs-on }}
52
+ python3 .7+ :
53
+ runs-on : ubuntu-latest
63
54
strategy :
64
55
matrix :
65
56
python-version : ["3.7", "3.8"]
66
- os :
67
- - name : Linux
68
- runs-on : ubuntu-latest
69
- python_platform : linux
70
- # - name: Windows
71
- # runs-on: windows-latest
72
- # python_platform: win32
73
- - name : macOS
74
- runs-on : macos-latest
75
- python_platform : darwin
57
+
76
58
name : " Python ${{ matrix.python-version }}"
77
59
steps :
78
60
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments