Skip to content

Commit e770526

Browse files
committed
Dont use -platform option
1 parent b578823 commit e770526

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
7575
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
76-
make check TESTARGS="-platform offscreen"
76+
make check
7777
7878
- name: Generate Wrappers
7979
run: |
@@ -224,7 +224,7 @@ jobs:
224224
make -j $(nproc)
225225
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
226226
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
227-
make check TESTARGS="-platform offscreen"
227+
make check
228228
229229
- name: Generate Wrappers
230230
if: ${{ contains(matrix.configuration, 'release') }}
@@ -334,8 +334,8 @@ jobs:
334334
set PYTHONDEVMODE=1
335335
set PYTHONASYNCIODEBUG=1
336336
set PYTHONWARNINGS=error
337-
mingw32-make -j 2 && mingw32-make check "TESTARGS=-platform offscreen" ^
338-
|| set CL=/MP && nmake && nmake check "TESTARGS=-platform offscreen"
337+
mingw32-make -j 2 && mingw32-make check ^
338+
|| set CL=/MP && nmake && nmake check
339339
340340
- name: Generate Wrappers
341341
shell: cmd

.github/workflows/build_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
make -j $(nproc)
110110
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
111111
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
112-
make check TESTARGS="-platform offscreen"
112+
make check
113113
114114
- name: Build PythonQt Windows
115115
shell: cmd
@@ -125,4 +125,4 @@ jobs:
125125
set PYTHONDEVMODE=1
126126
set PYTHONASYNCIODEBUG=1
127127
set PYTHONWARNINGS=error
128-
nmake && nmake check "TESTARGS=-platform offscreen"
128+
nmake && nmake check

0 commit comments

Comments
 (0)