File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,10 @@ jobs:
134134 id : reference_id
135135 run : |
136136 source activate xpu_op_${ZE_AFFINITY_MASK}
137+ conda install gh --channel conda-forge -y
137138 REFERENCE_RUN_ID="$(gh --repo ${GITHUB_REPOSITORY} issue view ${reference_issue} \
138139 --json body -q .body |grep "Inductor-XPU-OP-Benchmark-Data" |sed 's/.*: *//')"
139- gh --repo ${GITHUB_REPOSITORY} run download ${REFERENCE_RUN_ID} --name "Inductor-XPU-OP-Benchmark-Data-*"
140+ gh --repo ${GITHUB_REPOSITORY} run download ${REFERENCE_RUN_ID} -p "Inductor-XPU-OP-Benchmark-Data-*"
140141 rm -rf ${GITHUB_WORKSPACE:-"/tmp"}/reference
141142 mkdir ${GITHUB_WORKSPACE:-"/tmp"}/reference
142143 mv Inductor-XPU-OP-Benchmark-Data-*/* ${GITHUB_WORKSPACE:-"/tmp"}/reference
You can’t perform that action at this time.
0 commit comments