We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58c429 commit 10cec9cCopy full SHA for 10cec9c
1 file changed
.github/workflows/test.yml
@@ -124,8 +124,10 @@ jobs:
124
PR: 1 # prevents asv from running very compute-intensive benchmarks
125
PIP_CONSTRAINT: ${{ github.workspace }}/benchmarks/benchmark.txt
126
127
- - name: git fetch
128
- run: git fetch --all
+ - name: Fetch main branch
+ run: |
129
+ git fetch origin main
130
+ git branch main FETCH_HEAD
131
132
- name: Run benchmarks latest release
133
# here we check if the benchmark on the latest release is not broken
0 commit comments