Skip to content

Commit

Permalink
Fixed CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 21, 2023
1 parent 4d8ec1c commit d11ff23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parquet_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ def test_decimals
assert_nil df.write_parquet(path)
df2 = Polars.read_parquet(path)
assert_series [1, 2, 3], df2["a"], dtype: Polars::Decimal
ensure
Polars::Config.activate_decimals(false)
end
end

0 comments on commit d11ff23

Please sign in to comment.