File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -24,24 +24,14 @@ jobs:
24
24
- " ubuntu-latest"
25
25
- " windows-latest"
26
26
- " macos-13"
27
- architecture :
28
- - x64
29
- - x86
30
- exclude :
31
- # Linux and macOS don't have x86 python
32
- - os : " ubuntu-latest"
33
- architecture : x86
34
- - os : " macos-latest"
35
- architecture : x86
36
- name : " Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
27
+ name : " Python: ${{ matrix.py }} on ${{ matrix.os }}"
37
28
runs-on : ${{ matrix.os }}
38
29
steps :
39
30
- uses : actions/checkout@v4
40
31
- name : Setup python
41
32
uses : actions/setup-python@v5
42
33
with :
43
34
python-version : ${{ matrix.py }}
44
- architecture : ${{ matrix.architecture }}
45
35
- run : pip install tox
46
36
- name : Running tox
47
37
run : tox -e py
54
44
uses : actions/setup-python@v5
55
45
with :
56
46
python-version : " 3.8"
57
- architecture : x64
58
47
59
48
- run : pip install tox
60
49
- run : tox -e py38,coverage
67
56
uses : actions/setup-python@v5
68
57
with :
69
58
python-version : " 3.8"
70
- architecture : x64
71
59
- run : pip install tox
72
60
- run : tox -e lint
You can’t perform that action at this time.
0 commit comments