Skip to content

Commit

Permalink
ci-uv: set python-version in astral-sh/setup-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 9, 2025
1 parent f2b9573 commit 3e54f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-uv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: astral-sh/setup-uv@v5
python-version: ${{ inputs.python-version }}

- name: Install packages
run: make deps
Expand All @@ -39,6 +40,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: astral-sh/setup-uv@v5
python-version: ${{ inputs.python-version }}

- name: Install packages
run: make deps
Expand All @@ -57,6 +59,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: astral-sh/setup-uv@v5
python-version: ${{ inputs.python-version }}

- name: Install with uv
run: uv tool install .
Expand Down

0 comments on commit 3e54f1a

Please sign in to comment.