We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37fdd6 commit 2b80696Copy full SHA for 2b80696
.github/workflows/wheelbuild-benchmark-test.yml
@@ -54,6 +54,6 @@ jobs:
54
- name: Install pytest
55
run: uv pip install pytest pytest-cov
56
- name: Generate test signal
57
- run: uv run benchmarks/generate_time_signal.py
+ run: python benchmarks/generate_time_signal.py
58
- name: Run benchmarks
59
run: pytest --no-cov -rP benchmarks
0 commit comments