Skip to content

Commit e750064

Browse files
authored
Update testinghostedtoollcache.yml
1 parent 774355f commit e750064

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
1-
name: run tests#1187
1+
name: run tests #1187
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
build:
88
runs-on: windows-11-arm
9-
109

1110
steps:
1211
- uses: actions/checkout@v4
13-
1412

1513
- name: Set up Python
1614
uses: actions/setup-python@v5
1715
with:
1816
python-version: "3.13"
1917
architecture: 'arm64'
20-
21-
18+
19+
- name: Show Python installations (debug)
20+
run: py --list-paths
21+
22+
- name: Confirm Python version and architecture
23+
run: |
24+
python --version
25+
python -c "import platform; print(platform.architecture())"
26+
27+

0 commit comments

Comments
 (0)