Skip to content

Commit f7934a3

Browse files
committed
chore: use PYTHONDEVMODE=1 in CI
1 parent d3692be commit f7934a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919

2020
env:
2121
CMAKE_CONFIGURE_OPTIONS: "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON" # to be updated
22+
PYTHONDEVMODE: "1"
2223
PYTHONUNBUFFERED: "1"
2324
FORCE_COLOR: "1"
2425
CLICOLOR_FORCE: "1"

0 commit comments

Comments
 (0)