Skip to content

Commit

Permalink
Merge branch '1635-pyarrow-test' of github.com:wjones127/arrow-datafu…
Browse files Browse the repository at this point in the history
…sion into 1635-pyarrow-test
  • Loading branch information
wjones127 committed Feb 3, 2022
2 parents 78ac9ff + eeabd8e commit d545c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ jobs:
python-version: "3.8"
- name: Install PyArrow
run: |
pip install pyarrow
echo "LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
python -m pip install pyarrow
- name: Setup Rust toolchain
run: |
rustup toolchain install ${{ matrix.rust }}
Expand Down

0 comments on commit d545c46

Please sign in to comment.