Skip to content

Commit

Permalink
TST MIN Use correct key to set uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed Feb 8, 2025
1 parent f4de6bd commit 6dbdfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
uv-version: "0.5.29"
version: "0.5.29"
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install dependencies
Expand Down

0 comments on commit 6dbdfb3

Please sign in to comment.