Neelasha Sen
Neelasha Sen
yeah it looks like the same error ! Let me check if there's any other way to do it
This is passing again : https://github.com/ploomber/ploomber/actions/runs/2577449460 Doesn't look the issue is with `_delete` or `_edit_source_code`. It's probably happening here https://github.com/ploomber/ploomber/blob/99d9fcc78502e645b10b91fa2a9ecff5d7a69b45/tests/products/test_file.py#L75
Yes it was something like: ``` meta: extract_product: False tasks: - source: raw.py name: raw product: {'nb': '{{path.products}}/data.ipynb', 'data': '{{path.products}}/data.csv'} - source: clean_one.py name: clean-1 product: {'nb': '{{path.products}}/clean_one.ipynb', 'data': '{{path.products}}/clean_one.csv'}...
Sure! I can take a look if there's some other way. The above change required a dependency of `py7zr`