File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 distutils :
14- - stdlib
1514 - local
1615 python :
1716 - pypy-3.7
2322 - ubuntu-latest
2423 - macos-latest
2524 - windows-latest
25+ include :
26+ - platform : ubuntu-latest
27+ python : " 3.10"
28+ distutils : stdlib
2629 runs-on : ${{ matrix.platform }}
2730 env :
2831 SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
4649 ${{ matrix.python }}
4750
4851 test_cygwin :
49- strategy :
50- matrix :
51- distutils :
52- - stdlib
53- - local
5452 runs-on : windows-latest
55- env :
56- SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
5753 steps :
5854 - uses : actions/checkout@v2
5955 - name : Install Cygwin with Python
7672 tox -- --cov-report xml
7773
7874 integration-test :
79- strategy :
80- matrix :
81- distutils :
82- - stdlib
83- - local
8475 needs : test
8576 if : github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
8677 # To avoid long times and high resource usage, we assume that:
9182 # "integration")
9283 # With that in mind, the integration tests can run for a single setup
9384 runs-on : ubuntu-latest
94- env :
95- SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
9685 steps :
9786 - uses : actions/checkout@v2
9887 - name : Install OS-level dependencies
You can’t perform that action at this time.
0 commit comments