Skip to content

update bg for about #79

update bg for about

update bg for about #79

Workflow file for this run

name: pytest
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
name: "pytest"
steps:
- uses: davidslusser/actions_python_pytest@v1.0.1
with:
src: ""
options: ""
pip_install_command: "pip install -e .[dev]"
python_version: "3.11"