Skip to content

Commit 87a468d

Browse files
authored
Revert "Use scripts on main to process results (#57)" (#58)
This reverts commit 7de0207.
1 parent 7de0207 commit 87a468d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/process_results.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363

6464
- name: Process ASV results
6565
run: |
66-
python ci/process_results.py --input-path=asv_bench/ --output-path=asv-runner/data
66+
python asv-runner/ci/process_results.py --input-path=asv_bench/ --output-path=asv-runner/data
6767
rm -rf asv-runner/docs
6868
mv asv_bench/html/ asv-runner/docs
6969
7070
- name: Make issues for new regressions
71-
run: python ci/make_issues.py --input-path=asv-runner/data
71+
run: python asv-runner/ci/make_issues.py --input-path=asv-runner/data
7272
env:
7373
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

0 commit comments

Comments
 (0)