Closed caufieldjh closed 2 months ago
Error log suggests the issue is in test_store_variations()
, but that shouldn't be running without an openai key anyway, so I guess it's something higher level.
This may be related: https://github.com/duckdb/duckdb/issues/13834 They say a fix is coming soon. For now, the workaround is to use duckdb 1.0.0 instead.
test_duckdb_adapter
encounters segmentation fault after updating dependencies. Stack trace from the GH action:The poetry update bumped
duckdb
to 1.1.0, so that may be the issue, and may involve mismatch with a test fixture.