Skip to content

Commit b31bb2c

Browse files
using latest version of uv for CI
1 parent 4deafb7 commit b31bb2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Install uv and set the python version
21-
uses: astral-sh/setup-uv@v5
21+
uses: astral-sh/setup-uv@v8.0.0
2222
with:
23-
version: "0.5.16"
2423
python-version: ${{ matrix.python-version }}
24+
cache-dependency-glob: "pyproject.toml"
2525
- name: Install the project with `dev`
2626
run: uv sync --extra dev
2727
- name: Run tests

0 commit comments

Comments
 (0)