Skip to content

Commit

Permalink
fix build badge in README (#692)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JKSenthil authored and facebook-github-bot committed Jan 26, 2024
1 parent c25e140 commit 581e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TNT
**TNT** is a library for PyTorch **t**rai**n**ing **t**ools and utilities.

<p align="center">
<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>
<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>
<a href="https://pypi.org/project/torchtnt"><img src="https://img.shields.io/pypi/v/torchtnt" alt="pypi version"></a>
<a href="https://anaconda.org/conda-forge/torchtnt"><img src="https://img.shields.io/conda/vn/conda-forge/torchtnt" alt="pypi version"></a>
<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>
Expand Down

0 comments on commit 581e43f

Please sign in to comment.