Skip to content

Commit cda40c4

Browse files
committed
Address review
1 parent cec90db commit cda40c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
#
427427
# (GH-104097) test_sysconfig is skipped because it has tests that are
428428
# failing when executed from inside a virtual environment.
429-
"${VENV_PYTHON}" -We -m test \
429+
"${VENV_PYTHON}" -m test \
430430
-W \
431431
--slowest \
432432
-j4 \

0 commit comments

Comments
 (0)