Skip to content

use lap chart PDF for car positions for sprint race (fixes #19) #26

use lap chart PDF for car positions for sprint race (fixes #19)

use lap chart PDF for car positions for sprint race (fixes #19) #26

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