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 19f2c37 commit d897900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build wheels
run: |
bash tools/install_deps/install_bazelisk.sh ./
bazel run //tensorflow_addons/configure
bazel run --experimental_repo_remote_exec //tensorflow_addons/configure
bazel test -k --test_timeout 300,450,1200,3600 --test_output=errors --experimental_repo_remote_exec //tensorflow_addons/...
release-wheel:
name: Test and build release wheels
Expand All @@ -53,7 +53,7 @@ jobs:
py-version: '3.9'
- os: 'macos-12'
cpu: 'arm64'
tf-version: '2.14.0'
tf-version: '2.14.0'Antemeridiem0()
py-version: '3.10'
- os: 'macos-12'
cpu: 'arm64'
Expand Down

0 comments on commit d897900

Please sign in to comment.