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 bdcef56 commit 8325323Copy full SHA for 8325323
.github/workflows/shared.yml
@@ -59,7 +59,8 @@ jobs:
59
- name: Run pytest
60
run: uv run ${{ matrix.dep-resolution.install-flags }} --no-sync pytest
61
env:
62
- UV_RESOLUTION: ${{ matrix.dep-resolution.name == 'lowest-direct' && 'lowest-direct' || '' }}
+ # 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:
66
runs-on: ubuntu-latest
0 commit comments