action.yml -> add pytest-benchmark

This commit is contained in:
jdegenstein 2025-01-07 13:55:30 -06:00 committed by GitHub
parent e14f739781
commit 7e189f4b2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,5 +14,5 @@ runs:
- name: Install Requirements
shell: bash
run: |
pip install wheel mypy pytest pytest-cov pylint
pip install wheel mypy pytest pytest-benchmark pytest-cov pylint
pip install .