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 7de0207 commit 87a468dCopy full SHA for 87a468d
.github/workflows/process_results.yaml
@@ -63,12 +63,12 @@ jobs:
63
64
- name: Process ASV results
65
run: |
66
- python ci/process_results.py --input-path=asv_bench/ --output-path=asv-runner/data
+ python asv-runner/ci/process_results.py --input-path=asv_bench/ --output-path=asv-runner/data
67
rm -rf asv-runner/docs
68
mv asv_bench/html/ asv-runner/docs
69
70
- name: Make issues for new regressions
71
- run: python ci/make_issues.py --input-path=asv-runner/data
+ run: python asv-runner/ci/make_issues.py --input-path=asv-runner/data
72
env:
73
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
0 commit comments