Skip to content

Commit e36085a

Browse files
ci: Install uv in update-tox job
1 parent 2ce26d1 commit e36085a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-tox.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030

31+
- name: Install uv
32+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
33+
with:
34+
cache-suffix: ${{ github.workflow }}-${{ matrix.python-version }}
35+
3136
- name: Configure git
3237
run: |
3338
git config user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)