We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e47f0 commit 5770f32Copy full SHA for 5770f32
.github/workflows/cache-pip.yml
@@ -19,3 +19,6 @@ jobs:
19
echo "Python platform.processor(): $(python -c 'import platform; print(platform.processor())')"
20
echo "PowerShell \$env:PROCESSOR_ARCHITECTURE: $PROCESSOR_ARCHITECTURE"
21
echo "PowerShell \$env:PROCESSOR_IDENTIFIER: $PROCESSOR_IDENTIFIER"
22
+
23
+ BIRTH_NATIVE_ARCH_STRING="$(uname -m)"
24
+ echo "uname -m: $BIRTH_NATIVE_ARCH_STRING"
0 commit comments