Skip to content

Commit b848de8

Browse files
Update sync
1 parent fb4e5df commit b848de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
enable-cache: true
2929

3030
- name: Install project dependencies
31-
run: uv sync --locked --all-extras --dev
31+
run: uv sync --locked --all-extras --dev --all-packages
3232

3333
- name: Format
3434
run: uv run format_check

examples/transcription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Make sure to [install uv](https://docs.astral.sh/uv/getting-started/installation
1313
Once you have `uv` installed, fetch the dependencies with
1414

1515
```bash
16-
uv sync
16+
uv sync --all-packages
1717
```
1818

1919
To run the app, you will need 3 environment variables:

0 commit comments

Comments
 (0)