Closed tcompa closed 3 months ago
pip tests are not run as part of each PR, but only when pushing to `main.
pip
This means that e.g. #827 was not identified automatically, but it appeared as a spurious consequence of an unrelated PR.
We should add
schedule: - cron: "0 23 * * 2,3,4"
to the on section of that GitHub action.
on
pip
tests are not run as part of each PR, but only when pushing to `main.This means that e.g. #827 was not identified automatically, but it appeared as a spurious consequence of an unrelated PR.
We should add
to the
on
section of that GitHub action.