diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b72c820d1e..cb50e677fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -209,7 +209,6 @@ jobs: --file tests/requirements-${{ runner.os }}.txt --file tests/requirements-ci.txt python=${{ matrix.python-version }} - ${{ env.CONDA_CHANNEL_LABEL }}${{ env.CONDA_VERSION }} - name: Install CodSpeed run: pip install git+https://github.com/kenodegard/pytest-codspeed.git@fix-outerr-redirects#egg=pytest-codspeed @@ -279,12 +278,8 @@ jobs: --file tests/requirements-${{ runner.os }}.txt --file tests/requirements-ci.txt python=${{ matrix.python-version }} - ${{ env.CONDA_CHANNEL_LABEL }}${{ env.CONDA_VERSION }} pytest-memray - - name: Install CodSpeed - run: pip install git+https://github.com/kenodegard/pytest-codspeed.git@fix-outerr-redirects#egg=pytest-codspeed - # TODO: how can we remove this step? - name: Install Self run: pip install -e .