Sometimes we get a warning in our pre-commit or pytest GH actions, which tends to lead to a failed test:
The virtual environment found in /home/runner/work/sentry-bot/sentry-bot/.venv seems to be broken.
Recreating virtualenv sentrybot in /home/runner/work/sentry-bot/sentry-bot/.venv
Sometimes we get a warning in our pre-commit or pytest GH actions, which tends to lead to a failed test:
I suspect this happens because of the two actions altering the venv at the same time (e.g. as they did for https://github.com/Iain-S/sentry-bot/pull/21).