Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Trying again with different syntax to avoid duplicate key issue.

Signed-off-by: Michael Tiemann <72577720+MichaelTiemannOSC@users.noreply.github.com>
  • Loading branch information
MichaelTiemannOSC committed Sep 19, 2023
1 parent 5d351fc commit c4e3a06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
include:
- pandas: "pandas>=2.1.0"
pint: "pint>=0.23rc0"
# no 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 c4e3a06

Please sign in to comment.