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 234ef20 commit 659be9bCopy full SHA for 659be9b
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
37
38
- - name: Install uv ${{ env.UV_VERSION }} & Python ${{ env.PYTHON_VERSION }}
+ - name: Install uv ${{ env.UV_VERSION }} & Python ${{ matrix.PYTHON_VERSION }}
39
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
40
with:
41
enable-cache: true
0 commit comments