Skip to content

Commit

Permalink
Remove unused codspeed and unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 20, 2024
1 parent 220ebc3 commit d9e1b3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 .
Expand Down

0 comments on commit d9e1b3a

Please sign in to comment.