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 1c8d10a commit 8271269Copy full SHA for 8271269
.github/workflows/check-build.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
curl -Ls https://astral.sh/uv/install.sh | sh
30
uv clean
31
- uv python install 3.12
+ uv python install 3.12 --verbose
32
- name: Setup md-lint environment
33
if: matrix.check_type == 'md-lint'
34
uses: actions/setup-node@v3
0 commit comments