Skip to content

Commit 45a8773

Browse files
runner info
1 parent 39cb1dd commit 45a8773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-1267-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
systeminfo | Select-String "OS Version"
2222
- name: List all pre-installed Python versions in tool cache
2323
run: |
24-
Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Directory | Select-Object -ExpandProperty Name
24+
Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Directory | Select-Object -ExpandProperty FullName
2525
shell: pwsh
2626
- name: Setup Python 3.14 (GIL build)
2727
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)