Skip to content

Commit

Permalink
Set LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 authored Jan 31, 2022
1 parent 4c89436 commit eeabd8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit eeabd8e

Please sign in to comment.