We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2740f commit 8ad6efeCopy full SHA for 8ad6efe
.github/workflows/docker-image.yml
@@ -45,24 +45,14 @@ jobs:
45
uses: astral-sh/setup-uv@v5
46
with:
47
version: "0.6.2"
48
- - name: restore uv cache
49
- uses: actions/cache/restore@v4
50
- id: cache-uv-restore
51
- with:
52
- path: ~/.cache/uv
53
- key: uv
+ enable-cache: true
+ cache-dependency-glob: "uv.lock"
54
- name: install pip dependencies with uv
55
run: >
56
uv sync --locked --dev
57
# && uv pip install . deps/wtforms-widgets
58
&& uv pip list
59
id: pip-install
60
- - name: save uv cache
61
- uses: actions/cache/save@v4
62
- id: cache-uv-save
63
64
65
66
# now come the tests
67
- name: Execute ruff
68
run: uv runruff check --output-format=github .
0 commit comments