Skip to content

Commit 69622d7

Browse files
committed
chore(ci): update uv sync command to include all extras
- Modified the uv sync command in the CI workflow to include the `--all-extras` flag - Ensures all optional dependencies are installed during testing - Improves consistency between local and CI environments
1 parent b88a201 commit 69622d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Install the project
6969
run: |
70-
uv sync --group test
70+
uv sync --group test --all-extras
7171
7272
- name: Run tests
7373
run: |

0 commit comments

Comments
 (0)