From 82442ab3805270a2f2c3cdbd9be5faff227a01a7 Mon Sep 17 00:00:00 2001 From: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> Date: Tue, 19 Sep 2023 05:23:23 -0400 Subject: [PATCH] Only test `uncertainties` in ci.yml Don't test uncertainties in ci-pint-pre or ci-pint-master, as these don't have the necessary versions of Pandas or Pint to make the matrix include operation work. Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com> --- .github/workflows/ci-pint-master.yml | 4 ---- .github/workflows/ci-pint-pre.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci-pint-master.yml b/.github/workflows/ci-pint-master.yml index 35cb038..a71306a 100644 --- a/.github/workflows/ci-pint-master.yml +++ b/.github/workflows/ci-pint-master.yml @@ -10,10 +10,6 @@ jobs: numpy: ["numpy>=1.20.3,<2.0.0"] pandas: ["pandas==2.0.2", ] pint: ["pint>=0.21.1"] - include: - - pandas: "pandas==2.1.0" - pint: "pint>=0.23rc0" - uncertainties: "uncertainties==3.1.7" runs-on: ubuntu-latest diff --git a/.github/workflows/ci-pint-pre.yml b/.github/workflows/ci-pint-pre.yml index 77edb89..6d02a35 100644 --- a/.github/workflows/ci-pint-pre.yml +++ b/.github/workflows/ci-pint-pre.yml @@ -10,10 +10,6 @@ jobs: numpy: ["numpy>=1.20.3,<2.0.0"] pandas: ["pandas==2.0.2", ] pint: ["pint>=0.21.1"] - include: - - pandas: "pandas==2.1.0" - pint: "pint>=0.23rc0" - uncertainties: "uncertainties==3.1.7" runs-on: ubuntu-latest