We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945093b commit deb91e6Copy full SHA for deb91e6
1 file changed
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v5
30
- name: Install uv and Python
31
- uses: astral-sh/setup-uv@v7}}
+ uses: astral-sh/setup-uv@v7
32
with:
33
enable-cache: true
34
python-version: ${{ matrix.python-version }}
0 commit comments