Skip to content

Fix startup crash

Compare
Choose a tag to compare
@ScholliYT ScholliYT released this 05 Jan 20:02
· 34 commits to master since this release

This release fixes the fatal crash at the start of this action ModuleNotFoundError: No module named 'validators' (see this run). This was caused by changing docker workdirs from action build to execution time. At execution time the previously built poetry venv was not found and a new one was created. Obviously, this new one was missing all the dependencies. To solve this a fixed path to the poetry venv cache was added.