From 68167ae9b6971fd6e33616ee6f338b813cc8e619 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 14 Mar 2025 17:19:25 -0400 Subject: [PATCH] Fix archery integration test --- .github/workflows/integration.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a47195d1becf..df73d635ee90 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -103,10 +103,6 @@ jobs: repository: apache/arrow-nanoarrow path: nanoarrow fetch-depth: 0 - # Workaround https://github.com/rust-lang/rust/issues/125067 - - name: Downgrade rust - working-directory: rust - run: rustup override set 1.77 - name: Build run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build - name: Run