Commit f49ae6f
Changming Sun
Skip setup-python for arm64 Linux builds (#26497)
## Problem
The setup-python action does not support AzureLinux 3.0.20251030 for
arm64 architecture, causing workflow failures.
## Solution
Skip the setup-python step for arm64 builds since Python is already
available in the Docker containers used for those builds.
## Error Details
```
Version 3.x was not found in the local cache
(node:4478) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Error: The version '3.x' with architecture 'arm64' was not found for azurelinux 3.0.20251030 undefined.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
```1 parent c0c8c06 commit f49ae6f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments