Skip to content

Commit a397609

Browse files
committed
Fix codspeed
1 parent 0a53f98 commit a397609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2929
with:
3030
python-version: '3.14'
31-
- run: python -m pip install .[tests] pytest-codspeed
31+
- run: python -m pip install -e .[tests] pytest-codspeed
3232
- name: Run benchmarks
3333
uses: CodspeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0
3434
with:

0 commit comments

Comments
 (0)