Skip to content

Dependency gap between RTD build and Github Action #976

@henrydingliu

Description

@henrydingliu

As discussed in #974, there are subtle differences in dependency installation between the 'Doctest' portion of our unittest and the RTD build.

RTD sets up dependencies through

python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir .[docs]

'Doctest' in our unittest sets up dependencies through

uv sync --extra docs

which occasionally introduces stale dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    Great First Contribution! 🌱Beginner friendly tickets with narrow scope and huge impact. Perfect to get your feet wet!

    Type

    Priority

    Low

    Effort

    Low

    Scope

    Documentation

    Projects

    Status
    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions