Skip to content

Commit

Permalink
Skip tests for wheel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Sep 28, 2021
1 parent c584b0d commit ab1c761
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
run: python -m pip install -U pip wheel setuptools
- name: Install tox
run: python -m pip install tox tox-gh-actions
- name: Test with tox
run: python -m tox
- name: Store partial coverage reports
uses: actions/upload-artifact@v2
with:
name: coverage
path: .coverage.*
#- name: Test with tox
# run: python -m tox
#- name: Store partial coverage reports
# uses: actions/upload-artifact@v2
# with:
# name: coverage
# path: .coverage.*

test_macos:
name: Test (${{ matrix.os }}, ${{ matrix.python-version }})
Expand Down Expand Up @@ -64,13 +64,13 @@ jobs:
run: python -m pip install -U pip wheel setuptools
- name: Install tox
run: python -m pip install tox tox-gh-actions
- name: Test with tox
run: python -m tox
- name: Store partial coverage reports
uses: actions/upload-artifact@v2
with:
name: coverage
path: .coverage.*
#- name: Test with tox
# run: python -m tox
#- name: Store partial coverage reports
# uses: actions/upload-artifact@v2
# with:
# name: coverage
# path: .coverage.*

test_windows:
name: Test (${{ matrix.os }}, ${{ matrix.python-version }})
Expand Down Expand Up @@ -98,8 +98,8 @@ jobs:
run: python -m pip install -U pip wheel setuptools
- name: Install tox
run: python -m pip install tox tox-gh-actions
- name: Test with tox
run: python -m tox
#- name: Test with tox
# run: python -m tox

sdist:
name: Build source distribution
Expand Down

0 comments on commit ab1c761

Please sign in to comment.