Skip to content

Commit 8418b57

Browse files
authored
Update benchmarks.yml (#2043)
1 parent ac9fdd1 commit 8418b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Add project directory to PYTHONPATH
3030
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
3131
- name: Install dependencies
32-
run: pip install numpy pandas tqdm tabulate
32+
run: pip install numpy pandas tqdm tabulate matplotlib solara networkx
3333
# Benchmarks on the projectmesa main branch
3434
- name: Checkout main branch
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)