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