Commits


Joris Van den Bossche authored and GitHub committed feb128e69cf
GH-36541: [Python][CI] Ensure the "Without pandas" CI build has no pandas installed (don't install doc requirements in conda-python image) (#36542) ### Rationale for this change The "Without Pandas" CI build is actually having pandas installed and thus not testing the case of an environment without pandas. * Closes: #36541 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>