Skip to content

Commit

Permalink
ci: test with PYTHONDEVMODE=1 (#1139)
Browse files Browse the repository at this point in the history
Fixes #1075.
  • Loading branch information
lidavidm authored Oct 2, 2023
1 parent 091f37f commit 036acbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/python_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ set -e
: ${BUILD_DRIVER_SQLITE:=${BUILD_ALL}}
: ${BUILD_DRIVER_SNOWFLAKE:=${BUILD_ALL}}
: ${CC:=gcc}
: ${PYTHONDEVMODE:=1}

test_subproject() {
local -r source_dir=${1}
Expand Down

0 comments on commit 036acbb

Please sign in to comment.