Skip to content

docs: add pypi package version badge #7

docs: add pypi package version badge

docs: add pypi package version badge #7

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: install dependencies
run: pip install -r requirements-dev.txt
- name: run tests
run: pytest