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
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: Run unit tests with minimum dependency versions
working-directory: ${{ inputs.working-directory }}
run: |
uv sync --frozen --all-extras --resolution lowest-direct
uv sync --frozen --all-extras --resolution lowest-direct --force-reinstall
make test
- name: Ensure the tests did not create any additional files
+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: |
@@ -39,6 +39,12 @@ jobs:
shell: bash
run: make test
- 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
- name: Ensure the tests did not create any additional files
shell: bash
run: |