Skip to content

Commit af485b5

Browse files
committed
Turn off frozen in uv sync and pin python to 3.12.12
Signed-off-by: Rahul Krishna <rkrsn@ibm.com>
1 parent 7ab279c commit af485b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkdocs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Clone python-sdk
2525
run: git clone --depth 1 https://github.com/codellm-devkit/python-sdk.git ../python-sdk
2626
- name: Install Dependencies
27-
run: uv sync --frozen
27+
run: uv sync
2828
- name: Install python-sdk into uv venv
2929
run: uv pip install -e ../python-sdk
3030
- name: Deploy docs

0 commit comments

Comments
 (0)