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 4a26a4f commit 934a9d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 @@ -26,15 +26,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 }}

- name: test
run: make test INSTALL_EXTRA=test
Expand Down

0 comments on commit 934a9d8

Please sign in to comment.