Skip to content

Commit 2cc3c5f

Browse files
release.yaml fix (#98)
1 parent b18454a commit 2cc3c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Sync dependencies using uv
9898
run: |
99-
uv sync -p ${{ env.DOCS_PY_VERSION }} --all-features
99+
uv sync -p ${{ env.DOCS_PY_VERSION }} --all-extras
100100
101101
- name: Setup main repo deploy git user
102102
run: |

0 commit comments

Comments
 (0)