Skip to content

Commit 280a530

Browse files
gh install update
1 parent f227919 commit 280a530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_linux_op_benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)