Skip to content

Commit f0a149b

Browse files
authored
Fix docs-build (#2700)
1 parent a7e6c43 commit f0a149b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ jobs:
287287
python-version: 3.11
288288
- name: Install dstack
289289
run: |
290-
uv sync --extra server
290+
uv pip install examples/plugins/example_plugin_server
291+
uv pip install -e '.[server]'
291292
# Move these deps into an extra and install that way
292293
- name: Build
293294
run: |

0 commit comments

Comments
 (0)