File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 91
91
ci/code_checks.sh doctests
92
92
displayName: 'Running doctests'
93
93
condition: true
94
- env:
95
- DISPLAY: ":99.0" # required by to_clipboard doctests
96
94
97
95
- script : |
98
96
export PATH=$HOME/miniconda3/bin:$PATH
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
185
185
186
186
MSG=' Doctests generic.py' ; echo $MSG
187
187
pytest -v --doctest-modules pandas/core/generic.py \
188
- -k" -_set_axis_name -_xs -describe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -to_json -transpose -values -xs"
188
+ -k" -_set_axis_name -_xs -describe -droplevel -groupby -interpolate -pct_change -pipe -reindex -reindex_axis -to_json -transpose -values -xs -to_clipboard "
189
189
RET=$(( $RET + $? )) ; echo $MSG " DONE"
190
190
191
191
MSG=' Doctests top-level reshaping functions' ; echo $MSG
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ channels:
3
3
- defaults
4
4
- conda-forge
5
5
dependencies :
6
+ - beautifulsoup4
6
7
- cython>=0.28.2
7
8
- dask
8
9
- fastparquet
You can’t perform that action at this time.
0 commit comments