Skip to content

Commit

Permalink
Set uv version in the CI workflows (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Jan 11, 2025
1 parent dfdc730 commit c5cd44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/init-all/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
version: ">0.5.17 || <0.5.17" # 0.5.17 has an issue https://github.com/astral-sh/uv/issues/10487
enable-cache: true
cache-dependency-glob: |
**/requirements*.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
with:
version: "latest"
version: ">0.5.17 || <0.5.17" # 0.5.17 has an issue https://github.com/astral-sh/uv/issues/10487
enable-cache: true
cache-dependency-glob: |
**/requirements*.txt
Expand Down

0 comments on commit c5cd44d

Please sign in to comment.