Skip to content

Commit

Permalink
Only test uncertainties in ci.yml
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed Sep 19, 2023
1 parent a5758e7 commit 82442ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-pint-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-pint-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82442ab

Please sign in to comment.