Skip to content

Commit 86c88b1

Browse files
authored
Update torch-struct.yml
1 parent dc42223 commit 86c88b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/torch-struct.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
run: |
3232
pytest --cov=torch_struct --cov-report annotate:annotate --cov-report term-missing torch_struct/
3333
- name: Coveralls
34-
uses: coverallsapp/github-action@master
35-
with:
36-
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
run: |
37+
coveralls
3738
- name: Upload pytest test results
3839
uses: actions/upload-artifact@v2
3940
with:

0 commit comments

Comments
 (0)