Skip to content

docs: furo theme, sphinx-copybutton, uv readthedocs #1068

docs: furo theme, sphinx-copybutton, uv readthedocs

docs: furo theme, sphinx-copybutton, uv readthedocs #1068

Workflow file for this run

name: Unit tests
on:
push:
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ubuntu-24.04
steps:
- name: Install age
run: |
sudo apt-get update
sudo apt-get install -y age
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Show environment
run: set
- name: Test
run: uv tool install tox --with tox-uv-bare --with tox-gh
- run: tox