Skip to content

Commit

Permalink
add dev dependencies to action
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Aug 20, 2024
1 parent 671e67c commit 5c59e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install tqdm
pip install -e .[dev]
- name: 🧪 Run benchmark stress test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pytest
pip install -e .[dev]
- name: 🧪 Test
env:
Expand Down

0 comments on commit 5c59e72

Please sign in to comment.