·· Running '/usr/local/bin/git clone --shared --recursive /__w/ArcticDB/ArcticDB /__w/ArcticDB/ArcticDB/python/.asv/env/541b6fbd95fdb429e84621bc981fbd19/project'
OUTPUT -------->
Cloning into '/__w/ArcticDB/ArcticDB/python/.asv/env/541b6fbd95fdb429e84621bc981fbd19/project'...
done.
Note: switching to '285bdfd58cc1cc045ff10e994fdc4880c4a37ebc'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
As a result of that all benchmarks are reported to be failing even though I have no problems locally.
This is a link the the failing CI logs. Examples of the failing steps here and here
Issue
Some of the git commands issued by ASV are failing on GitHub CI. More precisely
As a result of that all benchmarks are reported to be failing even though I have no problems locally.
This is a link the the failing CI logs. Examples of the failing steps here and here
Workflow file can be hound here
asv.conf.json
Things I've tried