Skip to content

Commit 101feb7

Browse files
committed
Update workflows
1 parent 5d13072 commit 101feb7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,3 @@ jobs:
3737
- name: Test with pytest
3838
run: |
3939
pytest
40-
41-
- name: Report Coveralls (Linux)
42-
run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls report --repo-token=${{ secrets.GITHUB_TOKEN }}
43-
env:
44-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)