We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fc235 commit 86f9cbbCopy full SHA for 86f9cbb
.github/workflows/benchmarks.yml
@@ -36,6 +36,8 @@ jobs:
36
with:
37
ref: main
38
repository: projectmesa/mesa
39
+ - name: Install Mesa
40
+ run: pip install --no-deps .
41
- name: Run benchmarks on main branch
42
working-directory: benchmarks
43
run: python global_benchmark.py
@@ -54,6 +56,8 @@ jobs:
54
56
fetch-depth: 0
55
57
persist-credentials: false
58
clean: false
59
+ - name: Install Mesa of the PR branch
60
61
- name: Download benchmark results
62
uses: actions/download-artifact@v4
63
0 commit comments