Skip to content

Commit

Permalink
install nightly pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 18, 2023
1 parent 5de1d01 commit 6c9b961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- name: Install nightly deps
shell: bash -l {0}
run: pip install --pre -U --no-deps --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy pandas
run: |
pip install --pre -U --no-deps --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy pandas
pip install --pre -U --no-deps --index-url https://pypi.fury.io/arrow-nightlies/ pyarrow
- name: Install
shell: bash -l {0}
Expand Down

0 comments on commit 6c9b961

Please sign in to comment.