File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3838 python-version : ["3.10", "3.11", "3.12", "3.13"]
3939 dep-resolution :
4040 - name : lowest-direct
41- install-flags : " --upgrade -- resolution lowest-direct"
41+ install-flags : " --resolution lowest-direct"
4242 - name : highest
43- install-flags : " --upgrade --resolution highest "
43+ install-flags : " --frozen "
4444 os : [ubuntu-latest, windows-latest]
4545
4646 steps :
5757
5858 - name : Run pytest with coverage
5959 run : |
60- uv run --frozen --no-sync coverage run -m pytest
61- uv run --frozen --no-sync coverage combine
62- uv run --frozen --no-sync coverage report
60+ uv run ${{ matrix.dep-resolution.install-flags }} --no-sync coverage run -m pytest
61+ uv run ${{ matrix.dep-resolution.install-flags }} --no-sync coverage combine
62+ uv run ${{ matrix.dep-resolution.install-flags }} --no-sync coverage report
63+ env :
64+ UV_RESOLUTION : ${{ matrix.dep-resolution.name == 'lowest-direct' && 'lowest-direct' || 'highest' }}
6365
6466 readme-snippets :
6567 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments