Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: git fetch --tags --depth=${{ env.depth }}

- name: Set up uv, Python
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
activate-environment: true
enable-cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: git fetch --tags --depth=${{ env.depth }}

- name: Set up uv, Python
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
activate-environment: true
enable-cache: true
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}

- name: Set up uv, Python
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
with:
activate-environment: true
enable-cache: true
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- uses: actions/checkout@v5
with:
ref: ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
- uses: astral-sh/setup-uv@v6
- uses: astral-sh/setup-uv@v7
with: { enable-cache: true, python-version: "${{ env.python-version }}" }
- name: Clear and re-create the pre-commit environments
run: uvx pre-commit clean
Expand Down