Unverified Commit 14556631 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Remove force depends so we can check for valid dependencies (#965)

No longer avoid dependency problems and install the half package
parent 6e2df9de
......@@ -124,8 +124,9 @@ def onnxnode(name, body) {
rocmtest onnx: onnxnode('rocmtest') { cmake_build ->
stage("Onnx runtime") {
sh '''
apt install half
ls -lR
dpkg -i --force-depends ./build/*.deb
dpkg -i ./build/*.deb
cd /onnxruntime && ./build_and_test_onnxrt.sh
'''
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment