Commit 739b7bb 1 parent 43ffb5e commit 739b7bb Copy full SHA for 739b7bb
File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Install Python packages.
46
46
- name : Setup Python
47
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
47
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
48
48
with :
49
49
python-version : " 3.11"
50
50
- name : Setup Python venv
Original file line number Diff line number Diff line change 42
42
43
43
# Install Python packages.
44
44
- name : Setup Python
45
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
45
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
46
46
with :
47
47
python-version : " 3.11"
48
48
- name : Setup Python venv
65
65
--self-contained-html
66
66
67
67
- name : Upload HTML report
68
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
69
with :
70
70
name : litert_models_test_report_cpu_llvm_task.html
71
71
path : ${{ env.HTML_REPORT_PATH }}
Original file line number Diff line number Diff line change 42
42
43
43
# Install Python packages.
44
44
- name : Setup Python
45
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
45
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
46
46
with :
47
47
python-version : " 3.11"
48
48
- name : Setup Python venv
65
65
--self-contained-html
66
66
67
67
- name : Upload HTML report
68
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69
69
with :
70
70
name : onnx_models_test_report_cpu_llvm_task.html
71
71
path : ${{ env.HTML_REPORT_PATH }}
Original file line number Diff line number Diff line change 43
43
44
44
# Install Python packages.
45
45
- name : Setup Python
46
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
46
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
47
47
with :
48
48
python-version : " 3.11"
49
49
- name : Setup Python venv
68
68
--report-log=/tmp/onnx_ops_cpu_logs.json \
69
69
--config-files=${CONFIG_FILE_PATH}
70
70
- name : Upload HTML report
71
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
72
72
with :
73
73
name : onnx_ops_test_report_cpu_llvm_sync.html
74
74
path : ${{ env.HTML_REPORT_PATH }}
80
80
--config-file=${CONFIG_FILE_PATH}
81
81
cat ${CONFIG_FILE_PATH}
82
82
- name : Upload new config file
83
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84
84
with :
85
85
name : onnx_ops_cpu_llvm_sync.json
86
86
path : ${{ env.CONFIG_FILE_PATH }}
Original file line number Diff line number Diff line change 44
44
45
45
# Install Python packages.
46
46
- name : Setup Python
47
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
47
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
48
48
with :
49
49
python-version : " 3.11"
50
50
- name : Setup Python venv
69
69
--ignore=sharktank_models/test_suite
70
70
71
71
- name : Upload HTML report
72
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
72
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
73
73
with :
74
74
name : sharktank_models_test_report_cpu_llvm_task.html
75
75
path : ${{ env.HTML_REPORT_PATH }}
You can’t perform that action at this time.
0 commit comments