File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 37
37
sudo apt update
38
38
sudo apt-get -y install zip bazel-5.3.0
39
39
40
+ - name : Install Python dependencies for build
41
+ run : |
42
+ python3 -m pip install --upgrade pip
43
+ python3 -m pip install numpy
44
+
40
45
- name : Clone the TensorFlow repository
41
46
run : git clone https://github.com/tensorflow/tensorflow
42
47
Original file line number Diff line number Diff line change 38
38
sudo apt update
39
39
sudo apt-get -y install zip bazel-5.3.0
40
40
41
+ - name : Install Python dependencies for build
42
+ run : |
43
+ python3 -m pip install --upgrade pip
44
+ python3 -m pip install numpy
45
+
41
46
- name : Clone the TensorFlow repository
42
47
run : git clone https://github.com/tensorflow/tensorflow
43
48
Original file line number Diff line number Diff line change 38
38
sudo apt update
39
39
sudo apt-get -y install zip bazel-5.3.0
40
40
41
+ - name : Install Python dependencies for build
42
+ run : |
43
+ python3 -m pip install --upgrade pip
44
+ python3 -m pip install numpy
45
+
41
46
- name : Clone the TensorFlow repository
42
47
run : git clone https://github.com/tensorflow/tensorflow
43
48
You can’t perform that action at this time.
0 commit comments