-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fix Cache Issues #2727
Fix Cache Issues #2727
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2727 +/- ##
=======================================
Coverage 36.61% 36.61%
=======================================
Files 186 186
Lines 14837 14837
=======================================
Hits 5433 5433
Misses 9404 9404 ☔ View full report in Codecov by Sentry. |
@@ -61,7 +61,7 @@ jobs: | |||
verbose: true | |||
|
|||
tests: | |||
name: ${{ matrix.continuum }} continuum ${{ matrix.rpacket_tracking }} rpacket_tracking ${{ matrix.os }} ${{ inputs.pip_tests && 'pip tests enabled' || '' }} | |||
name: ${{ matrix.continuum }} continuum ${{ matrix.rpacket_tracking }} rpacket_tracking ${{ matrix.os }} ${{ inputs.pip_git && 'pip tests enabled' || '' }} |
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.
What does this change do?
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.
this was an error in the yml file which I'm afraid I didn't see. The job name will now say pip tests enabled
if those tests are triggered by the pre release workflow. If not it will be as it is now.
📝 Description
Type: 🪲
bugfix
| 🚦testing
| 🎢infrastructure
📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label