File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ jobs:
140
140
Tools/msi/**
141
141
.github/workflows/reusable-windows-msi.yml
142
142
format : csv # works for paths with spaces
143
+ contineu-on-error : true
143
144
- name : Check for changes in MSI installer-related files
144
145
if : >-
145
146
steps.changed-win-msi-files.outputs.added_modified_renamed != ''
Original file line number Diff line number Diff line change 80
80
working-directory : ${{ env.CPYTHON_BUILDDIR }}
81
81
run : make pythoninfo
82
82
- name : Check compiler warnings
83
- run : python Tools/build/check_warnings.py --compiler-output-file-path=${{ env.CPYTHON_BUILDDIR }}/compiler_output.txt --warning-ignore-file-path ${GITHUB_WORKSPACE}/Tools/build/.warningignore_ubuntu --compiler-output-type=json
83
+ run : >-
84
+ python Tools/build/check_warnings.py
85
+ --compiler-output-file-path=${{ env.CPYTHON_BUILDDIR }}/compiler_output.txt
86
+ --warning-ignore-file-path ${GITHUB_WORKSPACE}/Tools/build/.warningignore_ubuntu
87
+ --compiler-output-type=json
88
+ --fail-on-regression
89
+ --fail-on-improvement
90
+ --path-prefix="../cpython-ro-srcdir/"
84
91
- name : Remount sources writable for tests
85
92
# some tests write to srcdir, lack of pyc files slows down testing
86
93
run : sudo mount $CPYTHON_RO_SRCDIR -oremount,rw
You can’t perform that action at this time.
0 commit comments