Skip to content

Commit

Permalink
CI: Migrate to astral-sh/setup-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2024
1 parent 69b8b69 commit 854c1da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
setup.py
- name: Install uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
with:
version: "latest"

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
cache-dependency-path: 'setup.py'

- name: Install uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
with:
version: "latest"

- name: Invoke tests
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
cache-dependency-path: 'setup.py'

- name: Install uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
with:
version: "latest"

- name: Build package
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
cache-dependency-path: setup.py

- name: Install uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
with:
version: "latest"

- name: Invoke tests
run: |
Expand Down

0 comments on commit 854c1da

Please sign in to comment.