Skip to content

Commit

Permalink
Configure from bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan committed Oct 14, 2023
1 parent 2fbf3f4 commit 021ba95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Build wheels
run: |
bash tools/install_deps/install_bazelisk.sh ./
python configure.py
bazel test -k --test_timeout 300,450,1200,3600 --test_output=errors //tensorflow_addons/...
release-wheel:
name: Test and build release wheels
Expand Down
5 changes: 5 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ load("@pypi//:requirements.bzl", "install_deps")

install_deps()

py_binary(
name = "configure",
srcs = ["configure.py"],
)

# ###############################################################

load("@org_tensorflow//tensorflow:workspace3.bzl", "tf_workspace3")
Expand Down

0 comments on commit 021ba95

Please sign in to comment.