File tree 1 file changed +4
-15
lines changed 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
distutils :
14
- - stdlib
15
14
- local
16
15
python :
17
16
- pypy-3.7
23
22
- ubuntu-latest
24
23
- macos-latest
25
24
- windows-latest
25
+ include :
26
+ - platform : ubuntu-latest
27
+ python : " 3.10"
28
+ distutils : stdlib
26
29
runs-on : ${{ matrix.platform }}
27
30
env :
28
31
SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
46
49
${{ matrix.python }}
47
50
48
51
test_cygwin :
49
- strategy :
50
- matrix :
51
- distutils :
52
- - stdlib
53
- - local
54
52
runs-on : windows-latest
55
- env :
56
- SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
57
53
steps :
58
54
- uses : actions/checkout@v2
59
55
- name : Install Cygwin with Python
76
72
tox -- --cov-report xml
77
73
78
74
integration-test :
79
- strategy :
80
- matrix :
81
- distutils :
82
- - stdlib
83
- - local
84
75
needs : test
85
76
if : github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
86
77
# To avoid long times and high resource usage, we assume that:
91
82
# "integration")
92
83
# With that in mind, the integration tests can run for a single setup
93
84
runs-on : ubuntu-latest
94
- env :
95
- SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
96
85
steps :
97
86
- uses : actions/checkout@v2
98
87
- name : Install OS-level dependencies
You can’t perform that action at this time.
0 commit comments