We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab279c commit af485b5Copy full SHA for af485b5
1 file changed
.github/workflows/mkdocs-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Clone python-sdk
25
run: git clone --depth 1 https://github.com/codellm-devkit/python-sdk.git ../python-sdk
26
- name: Install Dependencies
27
- run: uv sync --frozen
+ run: uv sync
28
- name: Install python-sdk into uv venv
29
run: uv pip install -e ../python-sdk
30
- name: Deploy docs
0 commit comments