-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add GitHub Actions Workflows. #471
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e334c78
Standardizing conda recipes.
bdice f0612f8
Draft of GitHub Actions.
bdice 9136ebb
Update pre-commit configuration.
bdice 27a1629
Update test scripts and style.
bdice 6aace33
Add flake8 config path.
bdice 65d1571
Fix style checks.
bdice 43cc750
Update dependencies.yaml.
bdice 4080dde
Update dependencies.
bdice 0943a58
Retry CI.
bdice 33277eb
Update opencv dependency.
bdice afcad76
Skip notebook tests.
bdice b0f9292
Fix pr.yaml, add workarounds for Jenkins compat, sccache vars.
bdice 4e6a72b
Require cupy 10 to avoid issues with latest numpy.
bdice 99b57b6
Use same testing script as other repos; enable pytest-xdist.
bdice 82ec7f7
Minimize dependencies.yaml. [skip ci]
bdice d5ab7a9
Rerun CI.
bdice 2fbb855
Update dependencies.
bdice 0bb6559
Exit with proper code.
bdice 0193e8b
fix/reorder `mamba install` pkgs
ajschmidt8 b4d69bd
sort recipe lists
ajschmidt8 83752e9
rm extraneous YAML anchors in `dependencies.yaml`
ajschmidt8 df15e1a
enable `recently_updated` plugin
ajschmidt8 ec8af4a
update nightly workflows [skip ci]
ajschmidt8 6045729
use `opencv-python-headless` for tests
ajschmidt8 97b48a4
Remove notebook testing.
bdice eba8628
Mark tests as xfail on ARM until they can be fixed.
bdice 772e580
Merge remote-tracking branch 'upstream/branch-23.02' into gha
bdice b91daf5
Add yasm to build dependencies.
bdice 93c2c1e
Remove .pre-commit-config.yaml from MANIFEST.in.
bdice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We decided to skip these after discussing with @grlee77 offline. Noting this here for clarity. Also for reference in a follow up issue ( #473 )