Closed cpcloud closed 2 years ago
This won't pass until https://github.com/ibis-project/ibis/pull/3240 is merged.
Luckily there's nothing here that requires a major release.
Oops. Looks like it's failing due to some auth issues: https://github.com/ibis-project/ibis-bigquery/runs/4716610653?check_suite_focus=true
Might need to update https://github.com/ibis-project/ibis-bigquery/blob/main/ci/decrypt_secret.sh or more likely https://github.com/ibis-project/ibis-bigquery/blob/main/.github/workflows/system-tests-pr.yml#L58
I'll put up a change to revert the environment variable changes.
https://github.com/ibis-project/ibis-bigquery/pull/108 might fix it. I think it has more to do that we're extracting the encrypted secret into the same directory, so we need to update the path for the new location.
Actually maybe not. I see decrypt_secrets.sh
uses an absolute path. Reverting those lines should work.
This PR is a test of a PR to address the failing ibis master builds here