We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b83f5 commit f58c429Copy full SHA for f58c429
1 file changed
.github/workflows/test.yml
@@ -81,6 +81,7 @@ jobs:
81
- uses: actions/checkout@v4
82
with:
83
fetch-depth: 0
84
+ ref: ${{ github.ref }}
85
86
- uses: actions/setup-python@v5
87
@@ -123,8 +124,8 @@ jobs:
123
124
PR: 1 # prevents asv from running very compute-intensive benchmarks
125
PIP_CONSTRAINT: ${{ github.workspace }}/benchmarks/benchmark.txt
126
- - name: Fetch main branch
127
- run: git fetch origin
+ - name: git fetch
128
+ run: git fetch --all
129
130
- name: Run benchmarks latest release
131
# here we check if the benchmark on the latest release is not broken
0 commit comments