From 6c9b96102e2a2f64481753578d46e3525c219b2c Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 18 Oct 2023 14:54:28 +0100 Subject: [PATCH] install nightly pyarrow --- .github/workflows/upstream.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index d61d6b9..becb651 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -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}