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 52ca148 commit e986500Copy full SHA for e986500
.github/workflows/vdb-tests-on-uv.yml
@@ -45,7 +45,7 @@ jobs:
45
run: uv lock --project api --check
46
47
- name: Install dependencies
48
- run: uv sync --project api
+ run: uv sync --project api --group dev
49
50
- name: Set up dotenvs
51
run: |
0 commit comments