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 b703957 commit 22ac878Copy full SHA for 22ac878
.github/workflows/macos-amd64-build.yml
@@ -50,17 +50,17 @@ jobs:
50
path: ~/work/onnx-mlir/llvm-project
51
key: ${{ steps.restore-mlir-cache.outputs.cache-primary-key }}
52
53
+ - name: install third_party/onnx
54
+ run: |
55
+ cd ~/work/onnx-mlir/onnx-mlir/third_party/onnx
56
+ sh ~/work/onnx-mlir/onnx-mlir/utils/install-onnx.sh
57
+
58
- name: install python requirements
59
run: |
60
cd ~/work/onnx-mlir/onnx-mlir
61
python3 -m pip install --upgrade wheel
62
python3 -m pip install -r requirements.txt
63
- - name: install third_party/onnx
- run: |
- cd ~/work/onnx-mlir/onnx-mlir/third_party/onnx
- sh ~/work/onnx-mlir/onnx-mlir/utils/install-onnx.sh
-
64
- name: build onnx-mlir
65
66
cd ~/work/onnx-mlir
0 commit comments