Skip to content

Commit

Permalink
TEST: action and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpsilva07 committed Jan 27, 2024
1 parent baf573a commit 82046cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build package
run: |
python -m pip install wheel
python setup.py sdist bdist_wheel
python setup.py install
- name: Test execution
run: |
pytest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Downloads](https://static.pepy.tech/badge/composipy)](https://pepy.tech/project/composipy)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/rafaelpsilva07/composipy/python-publish.yml)
![Test](https://img.shields.io/github/actions/workflow/status/rafaelpsilva07/composipy/pytest_test.yml)
[![Test](https://img.shields.io/github/actions/workflow/status/rafaelpsilva07/composipy/pytest_test.yml/badge.svg)](https://img.shields.io/github/actions/workflow/status/rafaelpsilva07/composipy/pytest_test.yml)
![PyPI](https://img.shields.io/pypi/v/composipy)
[![DOI](https://zenodo.org/badge/332543985.svg)](https://zenodo.org/badge/latestdoi/332543985)

Expand Down

0 comments on commit 82046cf

Please sign in to comment.