Skip to content

Commit e262e64

Browse files
Copilothsluoyz
andcommitted
Add dependency reinstall for base branch benchmarks
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 74842fe commit e262e64

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
ref: ${{ github.event.pull_request.base.ref }}
4646

47+
- name: Install dependencies for base branch
48+
run: |
49+
pip install -r requirements.txt
50+
pip install -r requirements_dev.txt
51+
4752
- name: Run benchmarks on base branch
4853
run: |
4954
python3 -m pytest \

0 commit comments

Comments
 (0)