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 9979120 commit 8682b65Copy full SHA for 8682b65
1 file changed
.github/workflows/test.yml
@@ -16,8 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- uses: astral-sh/setup-uv@v4
19
-
20
- - run: uv python install ${{ matrix.python-version }}
+ with:
+ python-version: ${{ matrix.python-version }}
21
22
- run: uv sync --dev
23
0 commit comments