-
Notifications
You must be signed in to change notification settings - Fork 228
Run tests in a single CI job (Ubuntu + Python 3.9) for draft PRs #906
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
Changes from all commits
af67396
7c6309d
4dc7e87
06d0073
d2e41fa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -58,6 +58,8 @@ It is also scheduled to run daily on the *master* branch. | |||||||||
|
||||||||||
This is ran on every commit to the *master* and Pull Request branches. | ||||||||||
It is also scheduled to run daily on the *master* branch. | ||||||||||
In draft Pull Requests, only one job (Ubuntu + Python latest) | ||||||||||
is triggered to save on Continuous Integration resources. | ||||||||||
Comment on lines
+61
to
+62
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Prefer to leave it to another PR, as more tests need to be done before documenting it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, feel free to copy this text to that next PR. |
||||||||||
On the *master* branch, the workflow also handles the documentation deployment: | ||||||||||
|
||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.