-
-
Notifications
You must be signed in to change notification settings - Fork 418
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 Benchmarks Workflow #2902
Fix Benchmarks Workflow #2902
Conversation
*beep* *bop* 7 W291 [*] Trailing whitespace
2 W293 [*] Blank line contains whitespace
1 E999 [ ] SyntaxError: Expected an expression
Complete output(might be large): .github/workflows/benchmarks.yml:3:4: E999 SyntaxError: Expected an expression
.github/workflows/benchmarks.yml:20:5: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:87:49: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:117:81: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:118:54: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:205:1: W293 [*] Blank line contains whitespace
.github/workflows/benchmarks.yml:224:22: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:225:170: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:227:84: W291 [*] Trailing whitespace
.github/workflows/benchmarks.yml:244:1: W293 [*] Blank line contains whitespace
Found 10 errors.
[*] 9 fixable with the `--fix` option.
|
30ae220
to
c91cd1c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2902 +/- ##
==========================================
- Coverage 70.39% 70.03% -0.36%
==========================================
Files 221 221
Lines 16147 16147
==========================================
- Hits 11366 11309 -57
- Misses 4781 4838 +57 ☔ View full report in Codecov by Sentry. |
📝 Description
Type: 🪲
bugfix
| 🚀feature
| ☣️breaking change
| 🚦testing
| 📝documentation
| 🎢infrastructure
Fixes the benchmarks workflow
Please also see this: airspeed-velocity/asv#1438
Working example: https://github.com/tardis-sn/tardis/actions/runs/12233850146/job/34121793528?pr=2902
📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label