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 @@ -37,6 +37,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
with:
save-cache: false

- name: Ubuntu - install graphviz
run: |
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:
save-cache: false

- 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 @@ -33,6 +33,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
with:
save-cache: false


# PyPI package
Expand Down