Skip to content

Commit

Permalink
TMP: using pandas 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 858c61a commit 84d5e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
- name: Install myst-nb with Sphinx ${{ matrix.sphinx }}
run: |
pip install --upgrade pip
# Temporary: for python 3.13 we need the nightly pandas 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
fi
pip install --upgrade "Sphinx${{ matrix.sphinx }}" "myst-parser${{ matrix.myst-parser }}" -e .[testing]
- name: Run pytest
Expand Down

0 comments on commit 84d5e08

Please sign in to comment.