Skip to content

Commit

Permalink
add tox installation
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Jun 30, 2024
1 parent 7d62be0 commit cbaa791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
with:
python-version: "3.12"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
Expand Down

0 comments on commit cbaa791

Please sign in to comment.