Skip to content

Commit

Permalink
Remove bazel build kernels and ops step; not part of wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 13, 2024
1 parent 8737039 commit 9a4f44d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/reusable-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@ inputs:
runs:
using: 'composite'
steps:
- name: Install python dependencies
shell: bash
run: |
# Only required for building struct2tensor_kernels_and_ops,
# as bazel doesn't provide any kind of build isolation
pip install numpy>=1.22
- name: Build the package for Python ${{ inputs.python-version }}
shell: bash
run: |
docker compose build --build-arg PYTHON_VERSION=${{ inputs.python-version }} manylinux2014
docker compose run -e TF_VERSION=RELEASED_TF_2 manylinux2014
bazel build -c opt struct2tensor:struct2tensor_kernels_and_ops
- name: Upload wheel artifact for Python ${{ inputs.python-version }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9a4f44d

Please sign in to comment.