Skip to content

Commit ab1c761

Browse files
committed
Skip tests for wheel testing
1 parent c584b0d commit ab1c761

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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 }})
@@ -98,8 +98,8 @@ jobs:
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

0 commit comments

Comments
 (0)