Skip to content

Commit

Permalink
ci(py-test): Pin to uv 0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 21, 2024
1 parent 481fcdc commit 24e3526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
permissions:
contents: read

env:
UV_VERSION: "0.4.x"

jobs:
py-test:
runs-on: ubuntu-latest
Expand All @@ -38,6 +41,8 @@ jobs:

- name: 🚀 Install uv
uses: astral-sh/setup-uv@v3
with:
version: ${{ env.UV_VERSION }}

- name: 🐍 Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
Expand Down

0 comments on commit 24e3526

Please sign in to comment.