Skip to content

Commit 86f9cbb

Browse files
committed
benchmark: Install main & PR branch of Mesa explicitly
1 parent d9fc235 commit 86f9cbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
with:
3737
ref: main
3838
repository: projectmesa/mesa
39+
- name: Install Mesa
40+
run: pip install --no-deps .
3941
- name: Run benchmarks on main branch
4042
working-directory: benchmarks
4143
run: python global_benchmark.py
@@ -54,6 +56,8 @@ jobs:
5456
fetch-depth: 0
5557
persist-credentials: false
5658
clean: false
59+
- name: Install Mesa of the PR branch
60+
run: pip install --no-deps .
5761
- name: Download benchmark results
5862
uses: actions/download-artifact@v4
5963
with:

0 commit comments

Comments
 (0)