We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4deafb7 commit b31bb2cCopy full SHA for b31bb2c
.github/workflows/test.yml
@@ -18,10 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Install uv and set the python version
21
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v8.0.0
22
with:
23
- version: "0.5.16"
24
python-version: ${{ matrix.python-version }}
+ cache-dependency-glob: "pyproject.toml"
25
- name: Install the project with `dev`
26
run: uv sync --extra dev
27
- name: Run tests
0 commit comments