Skip to content

Commit 10cec9c

Browse files
committed
another attempt
1 parent f58c429 commit 10cec9c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ jobs:
124124
PR: 1 # prevents asv from running very compute-intensive benchmarks
125125
PIP_CONSTRAINT: ${{ github.workspace }}/benchmarks/benchmark.txt
126126

127-
- name: git fetch
128-
run: git fetch --all
127+
- name: Fetch main branch
128+
run: |
129+
git fetch origin main
130+
git branch main FETCH_HEAD
129131
130132
- name: Run benchmarks latest release
131133
# here we check if the benchmark on the latest release is not broken

0 commit comments

Comments
 (0)