Fix CI shield (#412)
This commit is contained in:
parent
b28a0ceb59
commit
7b89e91422
|
@ -4,7 +4,7 @@
|
|||
[![Supported Python
|
||||
versions](https://img.shields.io/pypi/pyversions/pipdeptree.svg)](https://pypi.org/project/pipdeptree/)
|
||||
[![Downloads](https://static.pepy.tech/badge/pipdeptree/month)](https://pepy.tech/project/pipdeptree)
|
||||
[![check](https://github.com/tox-dev/pipdeptree/actions/workflows/check.yml/badge.svg)](https://github.com/tox-dev/pipdeptree/actions/workflows/check.yml)
|
||||
[![check](https://github.com/tox-dev/pipdeptree/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/pipdeptree/actions/workflows/check.yaml)
|
||||
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/tox-dev/pipdeptree/main.svg)](https://results.pre-commit.ci/latest/github/tox-dev/pipdeptree/main)
|
||||
|
||||
`pipdeptree` is a command line utility for displaying the installed python packages in form of a dependency tree. It
|
||||
|
|
Loading…
Reference in New Issue