Skip to content

Commit 581e43f

Browse files
JKSenthilfacebook-github-bot
authored andcommitted
fix build badge in README (#692)
Summary: Pull Request resolved: #692 Build badge has been showing "no status" for a while. This is due to typo, changed test.yml -> test.yaml {F1380278225} Reviewed By: galrotem Differential Revision: D53135105 fbshipit-source-id: 00d2b946a2daee7f94f5eed60e04d6f77177402d
1 parent c25e140 commit 581e43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TNT
44
**TNT** is a library for PyTorch **t**rai**n**ing **t**ools and utilities.
55

66
<p align="center">
7-
<a href="https://github.com/pytorch/tnt/actions?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/pytorch/tnt/test.yml?branch=master" alt="build status"></a>
7+
<a href="https://github.com/pytorch/tnt/actions?query=branch%3Amaster"><img src="https://img.shields.io/github/actions/workflow/status/pytorch/tnt/test.yaml?branch=master" alt="build status"></a>
88
<a href="https://pypi.org/project/torchtnt"><img src="https://img.shields.io/pypi/v/torchtnt" alt="pypi version"></a>
99
<a href="https://anaconda.org/conda-forge/torchtnt"><img src="https://img.shields.io/conda/vn/conda-forge/torchtnt" alt="pypi version"></a>
1010
<a href="https://pypi.org/project/torchtnt-nightly"><img src="https://img.shields.io/pypi/v/torchtnt-nightly?label=nightly" alt="pypi nightly version"></a>

0 commit comments

Comments
 (0)