We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec83091 commit a7b1551Copy full SHA for a7b1551
.github/workflows/ci.yml
@@ -157,4 +157,5 @@ jobs:
157
run: |
158
source activate pandas-dev
159
pytest pandas/tests/frame/methods --array-manager
160
+ pytest pandas/tests/frame/test_* --array-manager -k "not test_reductions"
161
pytest pandas/tests/reshape --array-manager
0 commit comments