We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a53f98 commit a397609Copy full SHA for a397609
1 file changed
.github/workflows/codspeed.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
29
with:
30
python-version: '3.14'
31
- - run: python -m pip install .[tests] pytest-codspeed
+ - run: python -m pip install -e .[tests] pytest-codspeed
32
- name: Run benchmarks
33
uses: CodspeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0
34
0 commit comments