min deps for all

This commit is contained in:
Sydney Runkle
2025-05-15 20:26:58 -07:00
parent df577b9229
commit 7e341e0f29
3 changed files with 13 additions and 1 deletions
+6
View File
@@ -42,6 +42,12 @@ jobs:
shell: bash
run: make test_parallel
- name: Run unit tests with minimum dependency versions
working-directory: ${{ inputs.working-directory }}
run: |
uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
make test_parallel
- name: Ensure the tests did not create any additional files
shell: bash
run: |