We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7026d0 commit 905784aCopy full SHA for 905784a
.github/workflows/ci.yml
@@ -16,12 +16,14 @@ concurrency:
16
cancel-in-progress: true
17
18
env:
19
+ PYTHONDEVMODE: 1
20
PIP_BREAK_SYSTEM_PACKAGES: 1
21
PIP_ONLY_BINARY: numpy
22
FORCE_COLOR: 3
23
PYTEST_TIMEOUT: 300
24
# For cmake:
25
VERBOSE: 1
26
+ CMAKE_BUILD_PARALLEL_LEVEL: 0
27
CMAKE_COLOR_DIAGNOSTICS: 1
28
29
jobs:
.github/workflows/reusable-standard.yml
@@ -14,6 +14,17 @@ on:
14
required: true
15
type: string
+env:
+ PIP_BREAK_SYSTEM_PACKAGES: 1
+ PIP_ONLY_BINARY: numpy
+ FORCE_COLOR: 3
+ PYTEST_TIMEOUT: 300
+ # For cmake:
+ VERBOSE: 1
+ CMAKE_COLOR_DIAGNOSTICS: 1
+
standard:
30
name: 🧪
0 commit comments