Skip to content

Use marathon-train from PyPI instead of git dependency #36

Use marathon-train from PyPI instead of git dependency

Use marathon-train from PyPI instead of git dependency #36

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- run: python -m pip install tox
- name: Lint the code
run: tox -e lint