-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub actions fail #183
Comments
Ah, OK. I know what's happening here. The function |
There is another issue regarding |
I didn't adjust the tests when separating the `egon-data` logic from `main` which obviously made the tests fail. Now the tests no longer invoke `main`, which no longer is a `command`, but they invoke `egon_data`, which is the new name of the main command containing the `egon-data` logic, so now the tests should pass again. This actually fixes #183.
That is intentional. The "egon-data.pid-N.configuration.yaml" file is specific to the process with process id N, i.e. a specifig
Then this is a bug. Either there is still a running
when running
Sure. First, check whether your problem is still present on the |
I ran into |
Yes, I received this message before. But when I check out to the branch of PR #187, it is gone and the egon-data.pid-....configuration.yaml file is deleted when I stop airflow and recreated when I start it again. So this is fixed. |
All GitHub actions of PR that include the current dev fail with the following error:
The text was updated successfully, but these errors were encountered: