Skip to content

Commit 542aafe

Browse files
Comment out shell directive in cache-pip.yml
1 parent b8765c8 commit 542aafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Check System Architecture
1515
# shell: bash
16-
shell: pwsh
16+
# shell: pwsh
1717
run: |
1818
Write-Host "Python platform.machine(): $(python -c 'import platform; print(platform.machine())')"
1919
Write-Host "Python platform.architecture(): $(python -c 'import platform; print(platform.architecture())')"

0 commit comments

Comments
 (0)