Skip to content

Commit 14d21af

Browse files
committed
debug
1 parent 1e0a2f9 commit 14d21af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run_tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ if [[ "not network" == *"$PATTERN"* ]]; then
2626
export http_proxy=http://1.2.3.4 https_proxy=http://1.2.3.4;
2727
fi
2828

29+
# just debugging
30+
31+
pytest --collect-only -m single pandas
2932

3033
if [ -n "$PATTERN" ]; then
3134
PATTERN=" and $PATTERN"

0 commit comments

Comments
 (0)