Skip to content

Commit

Permalink
CI: Improve CI installation of uv
Browse files Browse the repository at this point in the history
Suppress verbose warnings:
Using latest version of uv because no version is provided.
  • Loading branch information
amotl committed Nov 23, 2024
1 parent a126030 commit d24e4cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- name: Install uv
uses: yezz123/setup-uv@v4
with:
uv-version: '>=0.1.2'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Install uv
uses: yezz123/setup-uv@v4
with:
uv-version: '>=0.1.2'

- name: Invoke tests
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install uv
uses: yezz123/setup-uv@v4
with:
uv-version: '>=0.1.2'

- name: Build package
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:

- name: Install uv
uses: yezz123/setup-uv@v4
with:
uv-version: '>=0.1.2'

- name: Invoke tests
run: |
Expand Down

0 comments on commit d24e4cd

Please sign in to comment.