Skip to content

Commit 0a24906

Browse files
Update python-app.yml
1 parent dfc3545 commit 0a24906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,20 @@ jobs:
2020
run: |
2121
echo "Verify invalid path"
2222
echo $env:PATH
23+
shell: pwsh
2324

2425
- name: Clean PATH
2526
run: |
2627
echo "Cleaning PATH"
2728
$env:PATH = ($env:PATH -split ';' | Where-Object { Test-Path $_ }) -join ';'
2829
echo "Cleaned PATH: $env:PATH"
30+
shell: pwsh
2931

3032
- name: Verify Invalid Path Removed
3133
run: |
3234
echo "Verify cleaned path"
3335
echo $env:PATH
36+
shell: pwsh
3437

3538
- name: Set up Python
3639
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)