Skip to content

Commit 35d44f0

Browse files
committed
[Workflow] attempt fix taskipy path
1 parent 14c00f4 commit 35d44f0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ jobs:
1616
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.13"
19-
20-
- name: Install uv
21-
run: pip install uv
19+
# Use the setup-python action's built-in support for uv and caching
20+
cache: "uv"
2221

2322
- name: Install dependencies
2423
run: uv sync --dev
2524

2625
- name: Run linter
27-
run: task lint
26+
run: uv run task lint
2827

2928
- name: Run tests with coverage
30-
run: task testcov
29+
run: uv run task testcov
3130

3231
- name: Upload coverage artifact
3332
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)