Closed brancengregory closed 1 year ago
@andrewjbe If the checks pass this is ready. After merge we'll bump the last semver value, i.e. Z in X.Y.Z
GH Actions seem to be failing because of issues with {pak}
-- is there something off w/ the lock file or something like that?
The ojo_list_schemas()
test is also failing, but it looks like it's because the schemas actually changed. So we should just need to make a new snapshot and it should work, I think
The GitHub actions checks are failing right now for two reasons:
setup-r-dependencies@v2
step. The error is Error in remote(function(...) { : Subprocess is busy or cannot start
, which is related to {pak} attempting to create a lock file (I think).oscn
schema, so it's getting different results than you and I do with our users for ojo_list_schemas()
and the testthat
tests are failing as a result.I'm not sure what's going on with 1, but 2 should be easily fixed by giving all_table_reader
access to the new oscn
schema once I get the go-ahead from @brancengregory
The DB roles are fixed, and the windows runner now works as a result. I think we might want to start from scratch with our renv setup to solve the other outstanding issue.