Skip to content

Commit

Permalink
TST: Fix index error for profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Dec 2, 2024
1 parent 7d2e885 commit 362cee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asv/commands/profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def run(cls, conf, benchmark, revision=None, gui=None, output=None,
env
for env in environments
if util.env_py_is_sys_version(env.python)
or env.python == 'same'
][0]

benchmarks = Benchmarks.discover(conf, repo, environments,
Expand Down

0 comments on commit 362cee7

Please sign in to comment.