From eaa24f1ad252d3a99e6248ffc70a0d9a2273cd39 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Sun, 18 Feb 2024 12:21:12 -0500 Subject: [PATCH] Test on nightly numpy --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11ab24f978..5340d04470 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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]