Skip to content

Commit 2b2e30a

Browse files
committed
Install command doesn't fail out
1 parent 70051cd commit 2b2e30a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-and-run-dev-tests-with-windows-python-dbg.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
$installer = "python-$python_version-amd64.exe"
2626
Invoke-WebRequest https://www.python.org/ftp/python/$python_version/$installer -OutFile $installer
2727
Start-Process -FilePath $installer -ArgumentList "/log", "py-install.log", "/passive", "/quiet", "InstallAllUsers=1", "PrependPath=1", "Include_debug=1" -Wait
28-
29-
- if: ${{ steps.install.outcome == 'failure' }}
30-
run: cat py-install.log
31-
shell: bash
28+
cat py-install.log
3229
3330
- uses: ./.github/actions/run-ee-server
3431
with:

0 commit comments

Comments
 (0)