mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
test: run pytest under Python devmode (#5715)
* test: run pytest under Python devmode * test: skip segfault bug with 3.14.0b1/2 * test: skip segfault bug with 3.14.0b1/2 * test: unset CMAKE_BUILD_PARALLEL_LEVEL
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -16,6 +16,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
PYTHONDEVMODE: 1
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
PIP_ONLY_BINARY: numpy
|
||||
FORCE_COLOR: 3
|
||||
|
||||
10
.github/workflows/reusable-standard.yml
vendored
10
.github/workflows/reusable-standard.yml
vendored
@@ -14,6 +14,16 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
env:
|
||||
PYTHONDEVMODE: 1
|
||||
PIP_BREAK_SYSTEM_PACKAGES: 1
|
||||
PIP_ONLY_BINARY: numpy
|
||||
FORCE_COLOR: 3
|
||||
PYTEST_TIMEOUT: 300
|
||||
# For cmake:
|
||||
VERBOSE: 1
|
||||
CMAKE_COLOR_DIAGNOSTICS: 1
|
||||
|
||||
jobs:
|
||||
standard:
|
||||
name: 🧪
|
||||
|
||||
Reference in New Issue
Block a user