fix syntax

This commit is contained in:
Sydney Runkle
2025-05-15 17:48:22 -07:00
parent ee89bf5958
commit 845e2d0a10
+3 -2
View File
@@ -47,9 +47,10 @@ jobs:
run: make test
- name: Run unit tests with minimum dependency versions
run: uv sync --all-extras --resolution lowest-direct pytest
working-directory: ${{ inputs.working-directory }}
run: make test
run: |
uv sync --frozen --all-extras --resolution lowest-direct pytest
make test
- name: Ensure the tests did not create any additional files
shell: bash