File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 python-version-file : " pyproject.toml"
3131 enable-cache : true
3232
33- - run : uv install
33+ - run : uv sync --locked
3434 - run : uv run generate_docs
3535 - run : git fetch origin gh-pages --depth=1
3636 - run : git config user.name ci-bot
Original file line number Diff line number Diff line change 2121 python-version-file : " pyproject.toml"
2222 enable-cache : true
2323
24- - run : uv install
24+ - run : uv sync --locked
2525 - run : uv run generate_docs
2626 - run : git fetch origin gh-pages --depth=1
2727 - run : git config user.name ci-bot
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The project is managed using [uv](https://docs.astral.sh/uv/). Make sure to have
9696Then install the dependencies
9797
9898``` console
99- uv sync
99+ uv sync --all-packages
100100```
101101
102102## Generating protobuf
Original file line number Diff line number Diff line change 55All available options are defined in [ arguments.py] ( room_manager/arguments.py ) .
66
77``` console
8- uv sync
8+ uv sync --all-packages
99uv run room_manager # Room Manager has to be started in the project root directory
1010```
1111
You can’t perform that action at this time.
0 commit comments