From 0e4c14b0767627c504cc0f0adee9a21824fd05a6 Mon Sep 17 00:00:00 2001 From: Aryan Iyappan <69184573+aryan340@users.noreply.github.com> Date: Thu, 19 Aug 2021 15:00:09 +0530 Subject: [PATCH] update workflow: tests --- .github/workflows/tests.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39f15ef4..6de43f37 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: id: pip-cache run: echo "::set-output name=dir::$(pip cache dir)" - - name: cache pip + - name: cache pip dependencies uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} @@ -53,25 +53,23 @@ jobs: - run: pip install tox - run: tox -e ${{ matrix.tox }} - coveralls: + coveralls_finish: # check coverage increase/decrease needs: tests - runs-on: "ubuntu-latest" + runs-on: ubuntu-latest steps: - name: Coveralls Finished uses: AndreMiras/coveralls-python-action@develop - with: - parallel-finished: true deploy: # builds and publishes to PyPi - runs-on: "ubuntu-latest" + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: '3.7' - name: Install dependencies run: | python -m pip install --upgrade pip