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 cf81693 commit 94f6fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 test -k --test_timeout 300,450,1200,3600 --test_output=errors //tensorflow_addons/...
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
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 94f6fc1

Please sign in to comment.