Skip to content

Commit

Permalink
TMP: using pyarrows nightly wheel for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 25, 2024
1 parent 7342b3c commit b8b16fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
shell: bash
run: |
pip install --upgrade pip
# Temporary: for python 3.13 we need the nightly pandas wheels
# Temporary: for python 3.13 we need the nightly pyarrow wheels
if [[ ${{ matrix.python-version }} == '3.13' ]] ; then
PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pip install -U pandas pyarrow
PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pip install --pre pyarrow
fi
pip install --upgrade "Sphinx${{ matrix.sphinx }}" "myst-parser${{ matrix.myst-parser }}" -e .[testing]
Expand Down

0 comments on commit b8b16fc

Please sign in to comment.