Skip to content
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

Run pip tests regularly #828

Closed
tcompa opened this issue Aug 30, 2024 · 0 comments · Fixed by #829
Closed

Run pip tests regularly #828

tcompa opened this issue Aug 30, 2024 · 0 comments · Fixed by #829
Labels

Comments

@tcompa
Copy link
Collaborator

tcompa commented Aug 30, 2024

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

  schedule:
    - cron: "0 23 * * 2,3,4"

to the on section of that GitHub action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

1 participant