File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030 run : python -m pip install -U pip wheel setuptools
3131 - name : Install tox
3232 run : python -m pip install tox tox-gh-actions
33- - name : Test with tox
34- run : python -m tox
35- - name : Store partial coverage reports
36- uses : actions/upload-artifact@v2
37- with :
38- name : coverage
39- path : .coverage.*
33+ # - name: Test with tox
34+ # run: python -m tox
35+ # - name: Store partial coverage reports
36+ # uses: actions/upload-artifact@v2
37+ # with:
38+ # name: coverage
39+ # path: .coverage.*
4040
4141 test_macos :
4242 name : Test (${{ matrix.os }}, ${{ matrix.python-version }})
@@ -64,13 +64,13 @@ jobs:
6464 run : python -m pip install -U pip wheel setuptools
6565 - name : Install tox
6666 run : python -m pip install tox tox-gh-actions
67- - name : Test with tox
68- run : python -m tox
69- - name : Store partial coverage reports
70- uses : actions/upload-artifact@v2
71- with :
72- name : coverage
73- path : .coverage.*
67+ # - name: Test with tox
68+ # run: python -m tox
69+ # - name: Store partial coverage reports
70+ # uses: actions/upload-artifact@v2
71+ # with:
72+ # name: coverage
73+ # path: .coverage.*
7474
7575 test_windows :
7676 name : Test (${{ matrix.os }}, ${{ matrix.python-version }})
9898 run : python -m pip install -U pip wheel setuptools
9999 - name : Install tox
100100 run : python -m pip install tox tox-gh-actions
101- - name : Test with tox
102- run : python -m tox
101+ # - name: Test with tox
102+ # run: python -m tox
103103
104104 sdist :
105105 name : Build source distribution
You can’t perform that action at this time.
0 commit comments