Skip to content

Commit

Permalink
Test on nightly numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Feb 18, 2024
1 parent b95d6d1 commit c8d5fde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install seaborn
run: |
pip install --upgrade pip
pip install --pre --upgrade --timeout=60 --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pip install .[stats,docs]
- name: Install pandoc
Expand All @@ -57,6 +58,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
install: [full]
Expand All @@ -82,6 +84,7 @@ jobs:
- name: Install seaborn
run: |
pip install --upgrade pip wheel
pip install --pre --upgrade --timeout=60 --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
if [[ ${{matrix.install}} == 'full' ]]; then EXTRAS=',stats'; fi
if [[ ${{matrix.deps }} == 'pinned' ]]; then DEPS='-r ci/deps_pinned.txt'; fi
pip install .[dev$EXTRAS] $DEPS
Expand Down

0 comments on commit c8d5fde

Please sign in to comment.