Skip to content

Commit 23ae053

Browse files
committed
Update build-test-linux-x86_64.yml
1 parent 5b7a034 commit 23ae053

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-test-linux-x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: ./.github/workflows/generate_binary_build_matrix.yml
1919
with:
2020
package-type: wheel
2121
os: linux

packaging/pre_build_script.sh

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -x
55
# Install dependencies
66
python3 -m pip install pyyaml
77

8+
install -y ninja-build gettext
9+
810
PLATFORM="amd64"
911
PLATFORM=x86_64
1012
BAZEL_PLATFORM=amd64

0 commit comments

Comments
 (0)