Skip to content

introduce python modules and packages #50

introduce python modules and packages

introduce python modules and packages #50

Workflow file for this run

name: Run tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest
- name: Check links
run: linkchecker --config .linkcheckerrc README.md