File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 49
49
repository : " pytorch/builder"
50
50
ref : ${{ inputs.ref || github.ref }}
51
51
job-name : ${{ matrix.build_name }}
52
+ continue-on-error : true
52
53
script : |
53
54
set -ex
54
55
export ENV_NAME="conda-env-${{ github.run_id }}"
70
71
curl ${{ matrix.installation }} -o libtorch.zip
71
72
unzip libtorch.zip
72
73
else
74
+ INSTALLATION=${INSTALLATION/"conda install"/"conda install -y"}
73
75
eval $INSTALLATION
74
76
python ./test/smoke_test/smoke_test.py
75
77
${PWD}/check_binary.sh
Original file line number Diff line number Diff line change 55
55
repository : " pytorch/builder"
56
56
ref : ${{ inputs.ref || github.ref }}
57
57
job-name : ${{ matrix.build_name }}
58
+ continue-on-error : true
58
59
script : |
59
60
set -ex
60
61
export ENV_NAME="conda-env-${{ github.run_id }}"
94
95
repository : " pytorch/builder"
95
96
ref : ${{ inputs.ref || github.ref }}
96
97
job-name : ${{ matrix.build_name }}
98
+ continue-on-error : true
97
99
script : |
98
100
set -ex
99
101
export ENV_NAME="conda-env-${{ github.run_id }}"
Original file line number Diff line number Diff line change 49
49
repository : " pytorch/builder"
50
50
ref : ${{ inputs.ref || github.ref }}
51
51
job-name : ${{ matrix.build_name }}
52
+ continue-on-error : true
52
53
script : |
53
54
set -ex
54
55
export ENV_NAME="conda-env-${{ github.run_id }}"
You can’t perform that action at this time.
0 commit comments