We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf78aba commit 304f333Copy full SHA for 304f333
1 file changed
.github/workflows/integration_tests.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/checkout@v4
56
57
- name: Install Dependencies
58
- run: uv sync
+ run: uv sync --all-extras
59
60
- name: Run testcase
61
env:
0 commit comments