Skip to content

Commit 1241795

Browse files
committed
uv sync pulls in other dependencies
1 parent 0fab8f7 commit 1241795

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,7 @@ jobs:
239239
- name: Run connect test
240240
shell: bash
241241
run: |
242-
uv pip install --python=3.9 .
242+
uv venv
243+
source .venv/bin/activate
244+
uv pip install -e ".[test]"
243245
PYMONGO_MUST_CONNECT=1 pytest -v -k client_context

0 commit comments

Comments
 (0)