hi,
I tried to set up GitHub Actions to enable a CI on the project. I made nice progress, but now I got this error message:
8) Timescaledb::Toolkit::Helpers ohlc when call ohlc without segment_by process open, high, low, close
Failure/Error: expect(ohlcs.size).to eq(1)
ActiveRecord::StatementInvalid:
PG::InvalidSchemaName: ERROR: schema "toolkit_experimental" does not exist
LINE 1: ...(*) FROM (SELECT time_bucket('1w', time) as time, toolkit_ex...
^
for the whole output look at https://github.com/szabgab/timescaledb/actions/runs/3734909314/jobs/6337521032
for the details of the CI job look here: https://github.com/szabgab/timescaledb/tree/ci
Is there something I still need to install or configure for this to work so I'll be able to send you a PR?