Skip to content

Commit bc7e729

Browse files
committed
fix: update dependency installation command to include all extras and dev dependencies
1 parent 6a9fd20 commit bc7e729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

3535
- name: Install dependencies
3636
run: |
37-
uv sync
37+
uv sync --all-extras --dev
3838
3939
- name: Test with pytest
4040
run: |

0 commit comments

Comments
 (0)