From 2b819ba4e383dd5b82d6d251039e30c3e94761b1 Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Fri, 18 Jul 2025 11:05:40 +0100 Subject: [PATCH] [dependencies] temporary pyarrow pin (#39496) * pyarrow pin * make fixup * test? * like this? * like this? * like this? --- .github/workflows/build_pr_documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index c2f61c4535..650f72980d 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -15,3 +15,6 @@ jobs: pr_number: ${{ github.event.number }} package: transformers languages: en + # temporary pin to work around datasets exception in the docbuilder. See + # https://github.com/huggingface/transformers/actions/runs/16365952006/job/46243081358?pr=38545 + pre_command: uv pip install pyarrow==20.0.0