Skip to content

Commit d3df6b9

Browse files
committed
install requirements to upload
1 parent 2f7dded commit d3df6b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tritonbench.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ jobs:
127127
fi
128128
echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV
129129
130+
- name: Install dependencies
131+
shell: bash
132+
working-directory: triton-benchmarks/tritonbench
133+
run: |
134+
set -eux
135+
136+
pip install -r .ci/upload/requirements.txt
137+
130138
- name: Setup CUDA GPU_FLAG for docker run
131139
if: env.DEVICE_NAME == 'cuda'
132140
run: |

0 commit comments

Comments
 (0)