Skip to content

Commit

Permalink
Remove pytest-codspeed install from personal fork (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Nov 13, 2024
1 parent 541d68d commit ec595e3
Showing 1 changed file with 1 addition 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 @@ -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

Expand Down

0 comments on commit ec595e3

Please sign in to comment.