File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: Build and Test Torch-TensorRT on Linux with Future TensorRT Versions
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- # - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
7
- - cron : ' */5 * * * *' # Runs every 5 minutes
6
+ - cron : ' 0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
8
7
9
8
permissions :
10
9
id-token : write
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: Build and Test Torch-TensorRT on Windows with Future TensorRT Versions
3
3
on :
4
4
workflow_dispatch :
5
5
schedule :
6
- # - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
7
- - cron : ' */5 * * * *' # Runs every 5 minutes
6
+ - cron : ' 0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
8
7
9
8
permissions :
10
9
id-token : write
38
37
id : generate
39
38
run : |
40
39
set -eou pipefail
40
+ python -m pip install --upgrade pip
41
+ pip install requests
41
42
MATRIX_BLOB=${{ toJSON(needs.generate-matrix.outputs.matrix) }}
42
43
MATRIX_BLOB="$(python3 .github/scripts/generate-tensorrt-test-matrix.py --matrix "${MATRIX_BLOB}")"
43
44
echo "${MATRIX_BLOB}"
You can’t perform that action at this time.
0 commit comments