Skip to content

Commit e760f98

Browse files
skip describe
1 parent caa43f1 commit e760f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/doctests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ "$DOCTEST" ]; then
3535
fi
3636

3737
pytest --doctest-modules -v pandas/core/generic.py \
38-
-k"-_set_axis_name -_xs -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
38+
-k"-_set_axis_name -_xs -decribe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -resample -sample -to_json -to_xarray -transform -transpose -values -xs"
3939

4040
if [ $? -ne "0" ]; then
4141
RET=1

0 commit comments

Comments
 (0)