Skip to content

Commit

Permalink
Install pytest-benchmark in upload action (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai authored May 8, 2024
1 parent fdfa9ed commit 0547ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install test dependencies
run: |
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade
pip install wheel pytest pytest-cov pytest-mock pytest-benchmark flaky --upgrade
- name: Run tests
env:
Expand Down

0 comments on commit 0547ffa

Please sign in to comment.