Skip to content

Commit 3063bc4

Browse files
committed
chore: include pytest-benchmark in ci that uses conda
1 parent 25baaac commit 3063bc4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/test_conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ DEPENDENCIES=(
3535
"psutil"
3636
"pytest"
3737
"pytest-xdist"
38+
"pytest-benchmark"
3839
"cffi"
3940
"ml_dtypes"
4041
"python=${RAPIDS_PY_VERSION}"

ci/test_simulator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ DEPENDENCIES=(
1212
"psutil"
1313
"pytest"
1414
"pytest-xdist"
15+
"pytest-benchmark"
1516
"cffi"
1617
"ml_dtypes"
1718
"python=${RAPIDS_PY_VERSION}"

0 commit comments

Comments
 (0)