We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8325323 commit 9c7c2a4Copy full SHA for 9c7c2a4
.github/workflows/shared.yml
@@ -59,7 +59,6 @@ jobs:
59
- name: Run pytest
60
run: uv run ${{ matrix.dep-resolution.install-flags }} --no-sync pytest
61
env:
62
- # Set UV_RESOLUTION for lowest-direct so test subprocesses use same strategy
63
UV_RESOLUTION: ${{ matrix.dep-resolution.name == 'lowest-direct' && 'lowest-direct' || 'highest' }}
64
65
readme-snippets:
0 commit comments