Skip to content

Commit

Permalink
Fix publish step to install via pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Feb 7, 2021
1 parent 3996a6d commit bf41b5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
container: python:3-slim
steps:
- name: Finished
run: poetry run coveralls --service=github --finish
run: |
pip3 install --upgrade coveralls
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bf41b5c

Please sign in to comment.