Skip to content

Commit b7b5d37

Browse files
committed
Add min dependency test
1 parent 265a305 commit b7b5d37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ jobs:
7777
net start MongoDB
7878
- run: just install
7979
- run: just test
80+
- name: Run unit tests with minimum dependency versions
81+
run: |
82+
uv sync --python=${{ matrix.python-version }} --resolution=lowest-direct
83+
just tests

0 commit comments

Comments
 (0)