GP Saggese
GP Saggese
We can't use our link approach so we want to use https://github.com/causify-ai/helpers/pull/374#issuecomment-2730958270 As an alternative, we can explore the [reusable workflows](https://resources.github.com/learn/pathways/automation/intermediate/create-reusable-workflows-in-github-actions/) approach as done in https://github.com/causify-ai/template/pull/2/files - [ ] Let's...
@samarth9008 to update the description
We want to read the entire code and look for design flow, bugs, missing unit tests, etc. - [ ] @gpsaggese - [ ] @samarth9008 - [ ] @dremdem -...
We have a weird hacky logic to find out the short name of the repo (which is used for the naming of the bugs and other small things) ``` @functools.lru_cache()...
After a bit of debugging, the issue is related to importing pandas I believe that we don't have a multi-arch version of the `//helpers` container In `//cmamp` ``` user_501@6a797ec3d57c:/app$ python...
- **Update** - **Update** - **Update**
Some tests are skipped and the reason seems to be ``` File "/app/helpers/hgit.py", line 350, in _is_repo assert 0, (repo_full_name, repo_short_name) ^ AssertionError: ('causify-ai/helpers', 'helpers') ``` We should re-think a...