We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc30c5 commit 17a880dCopy full SHA for 17a880d
1 file changed
.github/workflows/benchmarks.yaml
@@ -38,8 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- python -m pip install pytest pytest-codspeed
42
- python -m pip install .
+ python -m pip install .[dev]
43
44
- name: Run benchmarks
45
uses: CodSpeedHQ/action@v4
0 commit comments