Skip to content

Commit a33fdd8

Browse files
committed
chore: update GitHub Actions workflow to use setup-uv action to install python
1 parent 30b90f9 commit a33fdd8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,8 @@ jobs:
572572
token: ${{ steps.token.outputs.token }}
573573
- name: Install uv
574574
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
575-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
576-
# TODO: add caching when supported (https://github.com/actions/setup-python/pull/818)
577575
with:
578576
python-version: 3.11
579-
#cache: 'uv'
580577
- name: Install dependencies
581578
run: |
582579
uv sync --extra cpu

0 commit comments

Comments
 (0)