Skip to content

Commit ae65275

Browse files
authored
CI: Remove the pytest-benchmark plugin from the benchmarks workflow (#2947)
1 parent 69adbef commit ae65275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo $CONDA/bin >> $GITHUB_PATH
6262
conda install --solver=libmamba gmt=6.4.0 python=3.12 \
6363
numpy pandas xarray netCDF4 packaging \
64-
geopandas pytest pytest-benchmark pytest-mpl
64+
geopandas pytest pytest-mpl
6565
python -m pip install -U pytest-codspeed setuptools
6666
6767
# Download cached remote files (artifacts) from GitHub

0 commit comments

Comments
 (0)