Skip to content

adding some comments #10

adding some comments

adding some comments #10

Workflow file for this run

name: Run Pytest
on:
push:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip3 install -r requirements.txt
- run: pytest