Skip to content

Commit 07b56b2

Browse files
chore: add benchmark extras group (#50)
* chore: add benchmark extras group * Update setup.py * Update benchmark results [skip ci] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1927218 commit 07b56b2

File tree

4 files changed

+627
-622
lines changed

4 files changed

+627
-622
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install dependencies
4747
run: |
4848
python -m pip install --upgrade pip
49-
pip install .[dev] pytest-codspeed pytest-benchmark
49+
pip install .[benchmark]
5050
5151
- name: Remove Python files from test env
5252
run: rm -r faster_hexbytes

0 commit comments

Comments
 (0)