File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,10 @@ jobs:
18
18
- name : install tools that are needed for compilation
19
19
run : |
20
20
brew install automake libtool ninja pybind11
21
- - name : install python requirements
22
- run : |
23
- cd ~/work/onnx-mlir/onnx-mlir
24
- python3 -m pip install --upgrade wheel
25
- python3 -m pip install -r requirements.txt
26
- python3 -m pip install distutils
27
21
- name : install protobuf
28
22
run : |
29
23
cd ~/work
24
+ python3 -m pip install distutils
30
25
sudo sh ~/work/onnx-mlir/onnx-mlir/utils/install-protobuf.sh
31
26
- name : cache MLIR directory
32
27
id : cache-mlir
40
35
cd ~/work/onnx-mlir
41
36
sh ~/work/onnx-mlir/onnx-mlir/utils/clone-mlir.sh
42
37
sh ~/work/onnx-mlir/onnx-mlir/utils/build-mlir.sh
38
+ - name : install python requirements
39
+ run : |
40
+ cd ~/work/onnx-mlir/onnx-mlir
41
+ python3 -m pip install --upgrade wheel
42
+ python3 -m pip install -r requirements.txt
43
43
- name : install third_party/onnx
44
44
run : |
45
45
cd ~/work/onnx-mlir/onnx-mlir/third_party/onnx
You can’t perform that action at this time.
0 commit comments