We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c9e6 commit b791561Copy full SHA for b791561
.github/workflows/asv.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Set up main branch
26
run: |
27
- git branch main origin/main
+ git branch -f main origin/main
28
29
- uses: prefix-dev/[email protected]
30
with:
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
- name: Prepare previous ASV results
62
uses: actions/checkout@v5
0 commit comments