This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
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
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #528 +/- ##
===============================================
Coverage ? 71.70%
===============================================
Files ? 51
Lines ? 2859
Branches ? 0
===============================================
Hits ? 2050
Misses ? 809
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ajschmidt8
added
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
labels
Dec 26, 2022
ajschmidt8
changed the title
Add GitHub Actions Workflows. [skip gpuci]
Add GitHub Actions Workflows
Dec 26, 2022
rerun tests |
`cusignal` is a pure Python package, so it doesn't have a compilation step like some other RAPIDS libs. therefore, many of these compilation related dependencies and environment variables can be removed.
ajschmidt8
changed the title
Add GitHub Actions Workflows
Add GitHub Actions Workflows [skip gpuci]
Dec 27, 2022
it looks like this notebook test requires a connection to an external device. the job fails in CI since this device isn't available
this notebook requires a 26GB dataset, which takes a long time to download in CI
it looks like this notebook test requires a connection to an external device. the job fails in CI since this device isn't available
ajschmidt8
changed the title
Add GitHub Actions Workflows [skip gpuci]
Add GitHub Actions Workflows
Dec 27, 2022
rerun tests |
bdice
commented
Dec 28, 2022
ajschmidt8
approved these changes
Dec 29, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
conda
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
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.
This PR adds GitHub Actions workflows to
cusignal
.Task list
Coverage required for this PR:
Future work: