Skip to content

Commit e7c1310

Browse files
authored
Update issue1050.yml
1 parent b6ad01f commit e7c1310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue1050.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Install Python (if not already installed)
15-
shell: pwsh
15+
shell: powershell
1616
run: |
1717
if (-not (Get-Command python -ErrorAction SilentlyContinue)) {
1818
Write-Host "Python not found, installing..."

0 commit comments

Comments
 (0)