Skip to content

Commit d074410

Browse files
author
Jeff Gordon
committed
ci: install uv from action
1 parent ca3f32e commit d074410

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/validate.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ jobs:
6060
- name: Install setuptools
6161
run: python -m pip install --force setuptools wheel
6262

63-
- name: Install pipenv / poetry / uv
64-
run: python -m pip install pipenv poetry uv
63+
- name: Install pipenv / poetry
64+
run: python -m pip install pipenv poetry
65+
66+
- name: Install uv
67+
uses: astral-sh/setup-uv@v3
6568

6669
- name: Install dependencies
6770
if: steps.cacheNpm.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)