airspeed-velocity / asv

Airspeed Velocity: A simple Python benchmarking tool with web-based reporting
https://asv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
845 stars 177 forks source link

BUG: `asv run` fails in GitHub Actions with `SpecNotFound: ...yml is not a valid yaml file.` #1374

Closed hameerabbasi closed 5 months ago

hameerabbasi commented 5 months ago

Attached are the run logs (with -v turned on for easier debugging):

logs_5.zip

asv.conf.json

The environment_type is conda.

HaoZeke commented 5 months ago

I see from the logs that this is for asv version 0.5.1, could you try to re-run with the latest released ASV?

HaoZeke commented 5 months ago

Tentatively closing as not present on main.

trexfeathers commented 5 months ago

I think I had this one. Here is a description, and our solution:

https://github.com/SciTools/iris/issues/5280#issuecomment-1525802077