Closed dkapitan closed 3 years ago
@dkapitan
Not sure when I messed it up, but main
should have worked, of course.
It's a small issue, handing config
+ gcp_env
instead of gcp
. PR #36 fixes it, and it should run properly.
@galamit86
So, I have setup a completely new working laptop:
If I git clone
this repo, do poetry install
and then .../statline_bq/statline-bq
I get an error:
zsh: command not found: statline-bq
I have never used poetry before to actually install the commandline scripts. Am I missing something?
@galamit86
Never mind, me being a noob. Of course it should be:
poetry run statline-bq
Will update README.md immediately
@galamit86
I have started to do some acceptance testing. Running
statline-bq
frommain
branch with config as-is yields the following error:Should I run a different branch?