From 33765584d1105a1c49b84632d72964e2ce84d6b6 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 2 Jan 2024 23:50:40 +0800 Subject: [PATCH] CI: Remove the pytest-benchmark plugin from the benchmarks workflow --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 39c8cce595c..da451553c82 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -61,7 +61,7 @@ jobs: echo $CONDA/bin >> $GITHUB_PATH conda install --solver=libmamba gmt=6.4.0 python=3.12 \ numpy pandas xarray netCDF4 packaging \ - geopandas pytest pytest-benchmark pytest-mpl + geopandas pytest pytest-mpl python -m pip install -U pytest-codspeed setuptools # Download cached remote files (artifacts) from GitHub