Skip to content

Commit 5bf3bdc

Browse files
committed
test
1 parent b12ec96 commit 5bf3bdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-tensorrt-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
id: generate
3838
run: |
3939
set -eou pipefail
40+
python -m pip install --upgrade pip
41+
pip install requests
4042
MATRIX_BLOB=${{ toJSON(needs.generate-matrix.outputs.matrix) }}
4143
MATRIX_BLOB="$(python3 .github/scripts/generate-tensorrt-test-matrix.py --matrix "${MATRIX_BLOB}")"
4244
echo "${MATRIX_BLOB}"

0 commit comments

Comments
 (0)