Skip to content

Commit f58c429

Browse files
committed
attempt fix
1 parent a1b83f5 commit f58c429

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- uses: actions/checkout@v4
8282
with:
8383
fetch-depth: 0
84+
ref: ${{ github.ref }}
8485

8586
- uses: actions/setup-python@v5
8687
with:
@@ -123,8 +124,8 @@ jobs:
123124
PR: 1 # prevents asv from running very compute-intensive benchmarks
124125
PIP_CONSTRAINT: ${{ github.workspace }}/benchmarks/benchmark.txt
125126

126-
- name: Fetch main branch
127-
run: git fetch origin
127+
- name: git fetch
128+
run: git fetch --all
128129

129130
- name: Run benchmarks latest release
130131
# here we check if the benchmark on the latest release is not broken

0 commit comments

Comments
 (0)