Closed FlorianK13 closed 1 year ago
The latest runs in #454 now worked, but #450 failed again 🤔
The problems stem from the fact that github secrets are not passed to workflows triggered from a fork Pull request. Hence #450 fails and we do not need to fix anything in the test_db_query_to_csv
I get the following error when running the tests: FAILED tests/test_helpers.py::test_db_query_to_csv - FileNotFoundError: [Errno 2] No such file or directory: '~\.open-MaStR\data\dataversion-2023-07-17\bnetza_mastrgas...
@chrwm Do you understand the error and does the same error occur when you run the tests? I have deleted my
.open-mastr
folder once to work on a clean folder.