Skip to content

Commit

Permalink
Use latest UV action features
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Dec 2, 2024
1 parent 934a9d8 commit 2848e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
with:
version: "0.4.18"
enable-cache: true
cache-dependency-glob: pyproject.toml

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,12 @@ jobs:
with:
persist-credentials: false

- name: Install the latest version of uv
- name: Install the latest version of uv and set the python version
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
with:
version: "0.4.18"
enable-cache: true
cache-dependency-glob: pyproject.toml

- name: Install Python ${{ matrix.python }}
run: uv python install ${{ matrix.python }}
python-version: ${{ matrix.python }}

- uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
with:
Expand Down

0 comments on commit 2848e7b

Please sign in to comment.