Skip to content

Commit b66e124

Browse files
update dependency installation commands to use 'uv sync --all-extras'
1 parent 69ea69e commit b66e124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
pip install uv
19-
uv install --group dev
19+
uv sync --all-extras
2020
2121
- name: Sphinx build
2222
run: |

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
pip install uv
15-
uv install --group dev
15+
uv sync --all-extras
1616
1717
- name: Lint
1818
run: |

0 commit comments

Comments
 (0)