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 b8765c8 commit 542aafeCopy full SHA for 542aafe
.github/workflows/cache-pip.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Check System Architecture
15
# shell: bash
16
- shell: pwsh
+ # shell: pwsh
17
run: |
18
Write-Host "Python platform.machine(): $(python -c 'import platform; print(platform.machine())')"
19
Write-Host "Python platform.architecture(): $(python -c 'import platform; print(platform.architecture())')"
0 commit comments