Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Try using null instead of "" for uncertainties that we don't want to run.

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

0 comments on commit bfe9a77

Please sign in to comment.