Skip to content

Commit

Permalink
run coveralls with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Feb 13, 2020
1 parent 7484584 commit 8b2d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_SERVICE_NAME: github-ci
run: coveralls
run: poetry run coveralls

deploy:
name: Deploy to PyPI
Expand Down

0 comments on commit 8b2d30c

Please sign in to comment.