Skip to content

Commit

Permalink
benchmark: Install main & PR branch of Mesa explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 26, 2024
1 parent d9fc235 commit 86f9cbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
ref: main
repository: projectmesa/mesa
- name: Install Mesa
run: pip install --no-deps .
- name: Run benchmarks on main branch
working-directory: benchmarks
run: python global_benchmark.py
Expand All @@ -54,6 +56,8 @@ jobs:
fetch-depth: 0
persist-credentials: false
clean: false
- name: Install Mesa of the PR branch
run: pip install --no-deps .
- name: Download benchmark results
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 86f9cbb

Please sign in to comment.