Skip to content

Commit d2c4251

Browse files
updated workflow files
1 parent 0ce999b commit d2c4251

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/jammy-build-aarch64-generic.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
sudo apt update
3838
sudo apt-get -y install zip bazel-5.3.0
3939
40+
- name: Install Python dependencies for build
41+
run: |
42+
python3 -m pip install --upgrade pip
43+
python3 -m pip install numpy
44+
4045
- name: Clone the TensorFlow repository
4146
run: git clone https://github.com/tensorflow/tensorflow
4247

.github/workflows/jammy-build-x86_64-avx2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
sudo apt update
3939
sudo apt-get -y install zip bazel-5.3.0
4040
41+
- name: Install Python dependencies for build
42+
run: |
43+
python3 -m pip install --upgrade pip
44+
python3 -m pip install numpy
45+
4146
- name: Clone the TensorFlow repository
4247
run: git clone https://github.com/tensorflow/tensorflow
4348

.github/workflows/jammy-build-x86_64-generic.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
sudo apt update
3939
sudo apt-get -y install zip bazel-5.3.0
4040
41+
- name: Install Python dependencies for build
42+
run: |
43+
python3 -m pip install --upgrade pip
44+
python3 -m pip install numpy
45+
4146
- name: Clone the TensorFlow repository
4247
run: git clone https://github.com/tensorflow/tensorflow
4348

0 commit comments

Comments
 (0)