From eeabd8ed11e068b60baaf275b9ee7b9a4c9c2c16 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 31 Jan 2022 08:14:23 -0800 Subject: [PATCH] Set LIBRARY_PATH --- .github/workflows/rust.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 11a807b8b5ae..d466d67efa6f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -264,10 +264,8 @@ jobs: python-version: "3.8" - name: Install PyArrow run: | + echo "LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV python -m pip install pyarrow - - name: Debug - run: | - ls $LD_LIBRARY_PATH - name: Setup Rust toolchain run: | rustup toolchain install ${{ matrix.rust }}