We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a179316 commit 39cb1ddCopy full SHA for 39cb1dd
1 file changed
.github/workflows/test-1267-runner.yml
@@ -19,9 +19,9 @@ jobs:
19
echo "Arch : $env:RUNNER_ARCH"
20
echo "ImageVersion : $env:ImageVersion"
21
systeminfo | Select-String "OS Version"
22
- - name: List all Python versions and architectures in tool cache
+ - name: List all pre-installed Python versions in tool cache
23
run: |
24
- Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Recurse -Directory | Select-Object FullName
+ Get-ChildItem -Path "C:\hostedtoolcache\windows\Python" -Directory | Select-Object -ExpandProperty Name
25
shell: pwsh
26
- name: Setup Python 3.14 (GIL build)
27
uses: actions/setup-python@v6
0 commit comments