We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4e5df commit b848de8Copy full SHA for b848de8
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
enable-cache: true
29
30
- name: Install project dependencies
31
- run: uv sync --locked --all-extras --dev
+ run: uv sync --locked --all-extras --dev --all-packages
32
33
- name: Format
34
run: uv run format_check
examples/transcription/README.md
@@ -13,7 +13,7 @@ Make sure to [install uv](https://docs.astral.sh/uv/getting-started/installation
13
Once you have `uv` installed, fetch the dependencies with
14
15
```bash
16
-uv sync
+uv sync --all-packages
17
```
18
19
To run the app, you will need 3 environment variables:
0 commit comments