Skip to content

Commit

Permalink
Added typing_ext.. to test workflow and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
AcerP-py committed Dec 30, 2024
1 parent 1389936 commit b37c28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
python-version: '3.12'
- run: |
python -m pip install --upgrade pip
pip install pyyaml networkx colorama loguru
pip install pyyaml networkx colorama loguru typing_extensions
- run: |
python3 -m unittest
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

-----------------------------------------------------------

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/olcf/velocity/tests?event=push&style=flat-square&label=test)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/olcf/velocity/docs?branch=develop&event=push&style=flat-square&label=deploy%20docs)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/olcf/velocity/build?event=release&style=flat-square&label=build)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/olcf/velocity/tests.yaml?style=flat-square&label=tests)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/olcf/velocity/docs.yaml?style=flat-square&label=docs)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/olcf/velocity/build.yaml?event=release&style=flat-square&label=build)
![GitHub - Version](https://img.shields.io/github/v/release/olcf/velocity?display_name=tag&style=flat-square&label=github&color=%23782D84)
[![PyPI - Version](https://img.shields.io/pypi/v/olcf-velocity?style=flat-square&color=%23FFD242)](https://pypi.org/project/olcf-velocity)
[![Spack](https://img.shields.io/spack/v/py-olcf-velocity?style=flat-square&color=%230F3A80)](https://packages.spack.io/package.html?name=py-olcf-velocity)

Expand Down

0 comments on commit b37c28b

Please sign in to comment.