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.
UV_INDEX_STRATEGY=unsafe-best-match
1 parent 55506a8 commit 2a3e3a1Copy full SHA for 2a3e3a1
.github/workflows/ci.yml
@@ -24,6 +24,7 @@ env:
24
PYTHONUNBUFFERED: "1"
25
FORCE_COLOR: "1"
26
CLICOLOR_FORCE: "1"
27
+ UV_INDEX_STRATEGY: "unsafe-best-match"
28
XDG_CACHE_HOME: "${{ github.workspace }}/.cache"
29
PIP_CACHE_DIR: "${{ github.workspace }}/.cache/pip"
30
UV_CACHE_DIR: "${{ github.workspace }}/.cache/uv"
@@ -59,7 +60,7 @@ jobs:
59
60
fi
61
62
tests:
- name: Test for Python ${{ matrix.python-version }} with ${{ matrix.runner.toolkit }} on ${{ matrix.runner.name }}
63
+ name: Test for Python ${{ matrix.python-version }} with ${{ matrix.runner.toolkit }} (on ${{ matrix.runner.name }})
64
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
65
needs: [lint]
66
runs-on: ${{ matrix.runner.tags }}
0 commit comments