Skip to content

Commit

Permalink
ci: install uv from action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Gordon committed Oct 2, 2024
1 parent ca3f32e commit d074410
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ jobs:
- name: Install setuptools
run: python -m pip install --force setuptools wheel

- name: Install pipenv / poetry / uv
run: python -m pip install pipenv poetry uv
- name: Install pipenv / poetry
run: python -m pip install pipenv poetry

- name: Install uv
uses: astral-sh/setup-uv@v3

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

0 comments on commit d074410

Please sign in to comment.