Skip to content

Punchbag upgrade

Punchbag upgrade #7

Workflow file for this run

name: pytest
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11
- name: Run tests
run: |
pip install pytest==8.3.3
cd tests
python -m pytest