Skip to content

Commit 7fb4612

Browse files
authored
Update pip install command to include pyodbc
1 parent 428bf17 commit 7fb4612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install uv
3737

3838
- name: Install dependencies
39-
run: uv pip install --system -e . --group dev
39+
run: uv pip install --system -e ".[pyodbc]" --group dev
4040

4141
- name: Run unit tests
4242
run: pytest -n auto -ra -v tests/unit

0 commit comments

Comments
 (0)