Skip to content

Commit cddbb6a

Browse files
authored
Print debug information from setup-uv step (#186)
1 parent 119cd3d commit cddbb6a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
enable-cache: true
2929
cache-suffix: "docbuild"
3030

31-
- name: Print the installed version
32-
run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
31+
- name: Print uv debug information
32+
run: |
33+
echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
34+
echo "Installed uv path is ${{ steps.setup-uv.outputs.uv-path }}"
35+
echo "Set Python version is ${{ steps.setup-uv.outputs.python-version }}"
3336
3437
- name: Install dependencies
3538
run: uv sync --frozen --group docs

changelog.d/186.infra.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Print more information from the setup-uv step.

0 commit comments

Comments
 (0)