Skip to content

Commit

Permalink
Remove pytest-codspeed install from personal fork (#5536)
Browse files Browse the repository at this point in the history
* Remove pytest-codspeed install from personal fork

* Remove pip install
  • Loading branch information
kenodegard authored Nov 13, 2024
1 parent 4401820 commit 98ece01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,9 @@ jobs:
--file tests/requirements.txt
--file tests/requirements-${{ runner.os }}.txt
--file tests/requirements-ci.txt
--file tests/requirements-benchmarks.txt
python=${{ matrix.python-version }}
- 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
1 change: 1 addition & 0 deletions tests/requirements-benchmarks.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
conda-forge::pytest-codspeed >=3.0.0

0 comments on commit 98ece01

Please sign in to comment.