Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
with:
cache-suffix: ${{ github.workflow }}

- name: Test building documentation
run: uv run python -m sphinx docs/ docs/_build/ -b html -W
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
with:
cache-suffix: ${{ github.workflow }}

- name: Install pre-commit hooks
run: uvx pre-commit install --install-hooks
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
with:
cache-suffix: ${{ github.workflow }}

# PyPI package
- name: Build Python package
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
with:
cache-suffix: ${{ github.workflow }}

- name: Sync Python environment
run: uv sync
Expand Down