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