Skip to content

Commit a1f8a63

Browse files
committed
CI: Add reshape/melt.py to CI checks
1 parent 3861066 commit a1f8a63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/code_checks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
245245
pandas/core/reshape/pivot.py \
246246
pandas/core/reshape/reshape.py \
247247
pandas/core/reshape/tile.py \
248+
pandas/core/reshape/melt.py \
248249
-k"-crosstab -pivot_table -cut"
249250
RET=$(($RET + $?)) ; echo $MSG "DONE"
250251

0 commit comments

Comments
 (0)