Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Trying yet another syntax to make `uncertainties` one of two options when pandas==2.1.0 and pint==0.23rc0.

Signed-off-by: Michael Tiemann <[email protected]>
  • Loading branch information
MichaelTiemannOSC committed Sep 19, 2023
1 parent c4e3a06 commit 8d5feb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ 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"
pint: "pint>=0.23rc0"
uncertainties: ["", "uncertainties==3.1.7"]
uncertainties: "uncertainties==3.1.7"

runs-on: ubuntu-latest

Expand Down

0 comments on commit 8d5feb9

Please sign in to comment.