Skip to content

Commit 4585e8a

Browse files
committed
QL: point the dataset measure workflow to a merge_stats.py file that exists
1 parent 5c6e517 commit 4585e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ql-for-ql-dataset_measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: stats
7878
- run: |
7979
python -m pip install --user lxml
80-
find stats -name 'stats.xml' -print0 | sort -z | xargs -0 python ql/scripts/merge_stats.py --output ql/ql/src/ql.dbscheme.stats --normalise ql_tokeninfo
80+
find stats -name 'stats.xml' -print0 | sort -z | xargs -0 python ruby/scripts/merge_stats.py --output ql/ql/src/ql.dbscheme.stats --normalise ql_tokeninfo
8181
- uses: actions/upload-artifact@v3
8282
with:
8383
name: ql.dbscheme.stats

0 commit comments

Comments
 (0)