Skip to content

Commit

Permalink
Fix build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed Sep 11, 2024
1 parent 65d0fbf commit 38d7bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: true
uv-version: "0.4.9"
version: "0.4.9"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
enable-cache: true
uv-version: "0.4.9"
version: "0.4.9"

- name: Run tests for ${{ matrix.python-version }}
run: |
Expand Down

0 comments on commit 38d7bc5

Please sign in to comment.