Skip to content

Commit dfb886c

Browse files
author
daniel.eades
committed
simplify the CI workflows by leveraging UV features
1 parent 5e07baf commit dfb886c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,13 @@ jobs:
8787
- uses: actions/checkout@v4
8888
with:
8989
persist-credentials: false
90-
- name: Set up Python
91-
uses: actions/setup-python@v5
92-
with:
93-
python-version: "3"
9490
- name: Install uv
9591
uses: astral-sh/setup-uv@v6
9692
with:
9793
version: latest
9894
enable-cache: false
9995
- name: Install dependencies
100-
run: uv pip install --group lint
96+
run: uv sync --group lint
10197
- name: Lint documentation with sphinx-lint
10298
run: make doclinter
10399

0 commit comments

Comments
 (0)