Skip to content

Commit 2a3e3a1

Browse files
committed
chore: set UV_INDEX_STRATEGY=unsafe-best-match
1 parent 55506a8 commit 2a3e3a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ env:
2424
PYTHONUNBUFFERED: "1"
2525
FORCE_COLOR: "1"
2626
CLICOLOR_FORCE: "1"
27+
UV_INDEX_STRATEGY: "unsafe-best-match"
2728
XDG_CACHE_HOME: "${{ github.workspace }}/.cache"
2829
PIP_CACHE_DIR: "${{ github.workspace }}/.cache/pip"
2930
UV_CACHE_DIR: "${{ github.workspace }}/.cache/uv"
@@ -59,7 +60,7 @@ jobs:
5960
fi
6061
6162
tests:
62-
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 }})
6364
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
6465
needs: [lint]
6566
runs-on: ${{ matrix.runner.tags }}

0 commit comments

Comments
 (0)