Skip to content

docs: bump install link version to v0.1.3 #9

docs: bump install link version to v0.1.3

docs: bump install link version to v0.1.3 #9

Workflow file for this run

name: Run pytest
on:
push:
paths:
- 'src/**.py'
- 'tests/**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: pyproject.toml
python-version: '3.11'
- run: pip install .[tests]
- run: pytest