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 eaa24f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install seaborn
run: |
pip install --upgrade pip
pip install -i 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 Down

0 comments on commit eaa24f1

Please sign in to comment.