Skip to content

Commit 560db1f

Browse files
committed
Use python3
1 parent 1cf685c commit 560db1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
mode: simulation
9494
run: |
9595
python3 -m pip install -e . pytest-codspeed
96-
pytest -vv --codspeed Tests/benchmarks.py
96+
python3 -m pytest -vv --codspeed Tests/benchmarks.py

0 commit comments

Comments
 (0)