diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a80c5a32..53320bd1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -395,12 +395,10 @@ jobs: --file tests/requirements-${{ runner.os }}.txt --file tests/requirements-ci.txt --file tests/requirements-s3.txt + --file tests/requirements-benchmarks.txt ${{ env.REQUIREMENTS_TRUSTSTORE }} python=${{ matrix.python-version }} - - name: Install CodSpeed - run: pip install git+https://github.com/kenodegard/pytest-codspeed.git@fix-outerr-redirects#egg=pytest-codspeed - - name: Conda Info run: python -m conda info --verbose