Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Mar 23, 2021
1 parent 4276c78 commit 927e20d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${PYTORCH_CHANNEL}-${PYTORCH_VERSION}
path-to-lcov: .coverage
parallel: true
finish:
needs: test
Expand All @@ -65,3 +66,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
path-to-lcov: .coverage

0 comments on commit 927e20d

Please sign in to comment.