Skip to content

fix(deps): support gliner2 2.0 by declaring the deps it moved to an extra #464

fix(deps): support gliner2 2.0 by declaring the deps it moved to an extra

fix(deps): support gliner2 2.0 by declaring the deps it moved to an extra #464

Workflow file for this run

name: Tests for Docs
on:
push:
branches: [main]
paths:
- 'src/**'
- 'tests/**'
- 'docs/**'
- '.github/workflows/**'
- 'pyproject.toml'
pull_request:
paths:
- 'src/**'
- 'tests/**'
- 'docs/**'
- '.github/workflows/**'
- 'pyproject.toml'
workflow_dispatch:
jobs:
run-docs-tests:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v7
- name: Install the latest version of uv and set the python version to 3.13
uses: astral-sh/setup-uv@v7
with:
python-version: 3.13
activate-environment: true
- name: Install
run: |
uv sync --group tests
- name: Run Documentation tests
run: pytest tests/docs -v