Skip to content

Commit 8bc3c1c

Browse files
Update python-app.yml
1 parent a35423d commit 8bc3c1c

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
@@ -23,6 +23,9 @@ jobs:
2323
$cleanedPath = ($env:PATH -split ';' | Where-Object { Test-Path $_ }) -join ';'
2424
echo "Cleaned PATH: $cleanedPath"
2525
echo $cleanedPath >> $env:GITHUB_PATH
26+
shell: pwsh
27+
28+
2629

2730
- name: Verify Invalid Path Removed
2831
run: echo $env:PATH

0 commit comments

Comments
 (0)