We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12ec96 commit 5bf3bdcCopy full SHA for 5bf3bdc
.github/workflows/build-test-tensorrt-linux.yml
@@ -37,6 +37,8 @@ jobs:
37
id: generate
38
run: |
39
set -eou pipefail
40
+ python -m pip install --upgrade pip
41
+ pip install requests
42
MATRIX_BLOB=${{ toJSON(needs.generate-matrix.outputs.matrix) }}
43
MATRIX_BLOB="$(python3 .github/scripts/generate-tensorrt-test-matrix.py --matrix "${MATRIX_BLOB}")"
44
echo "${MATRIX_BLOB}"
0 commit comments