Skip to content

Commit 17a880d

Browse files
authored
Change pip install command to include dev dependencies
Updated dependency installation to include dev dependencies.
1 parent 9fc30c5 commit 17a880d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
python -m pip install pytest pytest-codspeed
42-
python -m pip install .
41+
python -m pip install .[dev]
4342
4443
- name: Run benchmarks
4544
uses: CodSpeedHQ/action@v4

0 commit comments

Comments
 (0)