Skip to content

Commit 2eaa664

Browse files
Update README
1 parent 1cb7ca7 commit 2eaa664

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/tag_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The project is managed using [uv](https://docs.astral.sh/uv/). Make sure to have
9696
Then install the dependencies
9797

9898
```console
99-
uv sync
99+
uv sync --all-packages
100100
```
101101

102102
## Generating protobuf

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
All available options are defined in [arguments.py](room_manager/arguments.py).
66

77
```console
8-
uv sync
8+
uv sync --all-packages
99
uv run room_manager # Room Manager has to be started in the project root directory
1010
```
1111

0 commit comments

Comments
 (0)