-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Use Mamba Instead of Conda When Running Benchmarks #2455
Use Mamba Instead of Conda When Running Benchmarks #2455
Conversation
*beep* *bop* · Benchmark list file .asv/results/benchmarks.json missing!
Use `asv run --bench just-discover` to regenerate benchmarks.json
All benchmarks: · Benchmark list file .asv/results/benchmarks.json missing!
Use `asv run --bench just-discover` to regenerate benchmarks.json
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2455 +/- ##
=======================================
Coverage 68.72% 68.72%
=======================================
Files 157 157
Lines 13872 13872
=======================================
Hits 9534 9534
Misses 4338 4338 ☔ View full report in Codecov by Sentry. |
00615f8
to
64a2eb4
Compare
Some of the steps are skipped. I raised a GitHub ticket about this. I would remove the last two commits if either I get a response from GitHub or I am able to resolve the issue. |
Still seeing empty "linux-64" and "osx-64" actions in the PR checks. |
03c4865
to
ff6edb3
Compare
ff6edb3
to
d42f5d1
Compare
43cc214
to
e79e1b5
Compare
7398346
to
ee7e251
Compare
Sample run on my master to check if this works- PR run- |
📝 Description
Type: 🪲
bugfix
| 🎢infrastructure
It appears to me that it takes a long time for conda to solve the new environment, which can be done easily with Mamba. A new asv release a few months back allows mamba as a environment type. This adds that along with an action that installs mamba and asv into the environment.
📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label