Skip to content

Commit 8d911de

Browse files
committed
ensure fetching main
1 parent f5c8fd0 commit 8d911de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ jobs:
123123
PR: 1 # prevents asv from running very compute-intensive benchmarks
124124
PIP_CONSTRAINT: ${{ github.workspace }}/benchmarks/benchmark.txt
125125

126+
- name: Fetch main branch
127+
run: git fetch origin main:main
128+
126129
- name: Run benchmarks latest release
127130
# here we check if the benchmark on the latest release is not broken
128131
uses: aganders3/headless-gui@v2

0 commit comments

Comments
 (0)