Skip to content

Commit 39cb1dd

Browse files
runner info
1 parent a179316 commit 39cb1dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
echo "Arch : $env:RUNNER_ARCH"
2020
echo "ImageVersion : $env:ImageVersion"
2121
systeminfo | Select-String "OS Version"
22-
- name: List all Python versions and architectures in tool cache
22+
- name: List all pre-installed Python versions in tool cache
2323
run: |
24-
Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Recurse -Directory | Select-Object FullName
24+
Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Directory | Select-Object -ExpandProperty Name
2525
shell: pwsh
2626
- name: Setup Python 3.14 (GIL build)
2727
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)