Skip to content

Commit 0a271e6

Browse files
committed
Try avoiding git describe issue
1 parent 5bd49d4 commit 0a271e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
echo "Contender: ${GITHUB_SHA} ($PR_HEAD_LABEL)"
5757
# Run benchmarks for current commit against base
5858
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR --verbose"
59-
asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
59+
# asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
60+
asv continuous $ASV_OPTIONS ${GITHUB_SHA} \
6061
| sed "/Traceback \|failed$\|PERFORMANCE DECREASED/ s/^/::error::/" \
6162
| tee benchmarks.log
6263
# Report and export results for subsequent steps

0 commit comments

Comments
 (0)