Skip to content

fix very short table parsing in quali. lap times PDF (#17, #18) #22

fix very short table parsing in quali. lap times PDF (#17, #18)

fix very short table parsing in quali. lap times PDF (#17, #18) #22

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "requirements-dev.txt"
- name: Install dependencies
run: |
python -m pip install -r requirements-dev.txt
- name: Run tests
run: |
pytest