From 75d4c56ab9e2938f1811a70831d508c3e4e905bc Mon Sep 17 00:00:00 2001 From: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> Date: Tue, 19 Sep 2023 06:46:56 -0400 Subject: [PATCH] Update ci.yml Make uncertainties a default null value in the matrix. Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e62b068..d2a2c5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: numpy: ["numpy>=1.20.3,<2.0.0"] pandas: ["pandas==2.0.2", "pandas>=2.1.0" ] pint: ["pint>=0.21.1,<0.22", "pint==0.22", "pint>=0.23rc0"] + uncertainties: [""] include: - pandas: "pandas>=2.1.0" # Make this look like an "extra" case via same-but-different pint value