File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2020 enable-cache : true
2121 cache-dependency-glob : " backend/uv.lock"
2222
23- - name : Install dependencies
23+ - name : Install Python and dependencies
2424 run : |
2525 cd backend
26+ uv python install 3.12
2627 uv sync --frozen
2728
2829 - name : Run mypy
Original file line number Diff line number Diff line change 2020 enable-cache : true
2121 cache-dependency-glob : " backend/uv.lock"
2222
23+ - name : Install Python and dependencies
24+ run : |
25+ cd backend
26+ uv python install 3.12
27+ uv sync --frozen
28+
2329 - name : Run ruff
2430 run : |
2531 cd backend
Original file line number Diff line number Diff line change @@ -177,9 +177,10 @@ jobs:
177177 enable-cache : true
178178 cache-dependency-glob : " backend/uv.lock"
179179
180- - name : Install Python test dependencies
180+ - name : Install Python and dependencies
181181 run : |
182182 cd backend
183+ uv python install 3.12
183184 uv sync --frozen
184185
185186 - name : Run backend tests with coverage
You can’t perform that action at this time.
0 commit comments