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 94b5476 commit 4276c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
export ${{ matrix.env }}
pytest -v geoopt tests --durations=0 --doctest-modules --cov geoopt
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${PYTORCH_CHANNEL}-${PYTORCH_VERSION}
Expand Down

0 comments on commit 4276c78

Please sign in to comment.