Skip to content

Switch project to uv from poetry. Update README. #7

Switch project to uv from poetry. Update README.

Switch project to uv from poetry. Update README. #7

name: Python testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq libreoffice-calc gnumeric xvfb
uv sync
- name: Test with unittest
run: |
xvfb-run uv run python -m unittest discover