Skip to content

Commit

Permalink
CI: Update to uv>=0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2024
1 parent c969917 commit 1532276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install uv
uses: yezz123/[email protected]
with:
uv-version: '>=0.1.2'
uv-version: '>=0.5'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install uv
uses: yezz123/[email protected]
with:
uv-version: '>=0.1.2'
uv-version: '>=0.5'

- name: Invoke tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install uv
uses: yezz123/[email protected]
with:
uv-version: '>=0.1.2'
uv-version: '>=0.5'

- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install uv
uses: yezz123/[email protected]
with:
uv-version: '>=0.1.2'
uv-version: '>=0.5'

- name: Invoke tests
run: |
Expand Down

0 comments on commit 1532276

Please sign in to comment.