Skip to content

Commit b5c8f3b

Browse files
committed
Enable assertions in debug python
1 parent 6967576 commit b5c8f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
- name: Build and install debug Python
184184
run: |
185185
PYTHON_VERSION=3.9.1
186-
export PYTHON_CONFIGURE_OPTS="--with-pydebug --enable-shared"
186+
export PYTHON_CONFIGURE_OPTS="--with-pydebug --enable-shared --with-assertions"
187187
pyenv install ${PYTHON_VERSION}
188188
pyenv global ${PYTHON_VERSION}
189189

0 commit comments

Comments
 (0)