Skip to content

Commit 8664802

Browse files
pjhartzellircwaves
authored andcommitted
review: use locked uv for docs
1 parent 6603704 commit 8664802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
- uses: actions/checkout@v5
6969
- uses: astral-sh/setup-uv@v6
7070
- name: Install
71-
run: uv sync --only-group docs
71+
run: uv sync --locked --only-group docs
7272
- name: Make docs
7373
run: cd docs && uv run make html

0 commit comments

Comments
 (0)