Skip to content

Commit

Permalink
Combine Tox and Coveralls installs
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Dec 27, 2020
1 parent b5e8518 commit 9d044f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,10 @@ jobs:
factor = table["${{ matrix.python-version }}"]
print("::set-output name=value::" + factor)
- run: python -m pip install tox
- run: python -m pip install tox coveralls

- run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_${{ matrix.twisted-version }}

- run: python -m pip install coveralls

- run: coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9d044f5

Please sign in to comment.