We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3f32e commit d074410Copy full SHA for d074410
.github/workflows/validate.yml
@@ -60,8 +60,11 @@ jobs:
60
- name: Install setuptools
61
run: python -m pip install --force setuptools wheel
62
63
- - name: Install pipenv / poetry / uv
64
- run: python -m pip install pipenv poetry uv
+ - name: Install pipenv / poetry
+ run: python -m pip install pipenv poetry
65
+
66
+ - name: Install uv
67
+ uses: astral-sh/setup-uv@v3
68
69
- name: Install dependencies
70
if: steps.cacheNpm.outputs.cache-hit != 'true'
0 commit comments