From ab1c7611aae32a46e55ca0f151f696c38c177ae5 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 28 Sep 2021 20:41:27 +0200 Subject: [PATCH] Skip tests for wheel testing --- .github/workflows/main.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19dcf9e8..ce61b8e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}) @@ -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 }}) @@ -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