File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
set -e
17
+ set -u
17
18
set -x
18
19
19
20
cd " ${KOKORO_ARTIFACTS_DIR} /github/gnn/"
@@ -36,6 +37,8 @@ mkdir -p "$TEST_ROOT"
36
37
ln -s " $( pwd) " /tensorflow_gnn " $TEST_ROOT " /tensorflow_gnn
37
38
tag_filters=" -no_oss,-oss_excluded"
38
39
40
+ chmod +x " ${KOKORO_GFILE_DIR} /use_bazel.sh"
41
+ " ${KOKORO_GFILE_DIR} /use_bazel.sh" 7.4.1 # Last before 8.0.0
39
42
bazel clean
40
43
pip install -r requirements-dev.txt --progress-bar off
41
44
pip install tf-keras-nightly tf-nightly --progress-bar off --upgrade
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
16
16
set -e
17
+ set -u
17
18
set -x
18
19
19
20
cd " ${KOKORO_ARTIFACTS_DIR} /github/gnn/"
@@ -47,6 +48,8 @@ cat /etc/os-release
47
48
# These tag filters are enforced to start with a comma for separation
48
49
tag_filters=" -no_oss,-oss_excluded${TAG_FILTERS} "
49
50
51
+ chmod +x " ${KOKORO_GFILE_DIR} /use_bazel.sh"
52
+ " ${KOKORO_GFILE_DIR} /use_bazel.sh" 7.4.1 # Last before 8.0.0
50
53
bazel clean
51
54
pip install -r requirements-dev.txt --progress-bar off
52
55
pip install tensorflow==" ${TF_VERSION} " --progress-bar off --upgrade
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ def _check_keras_version():
42
42
"For more information, see "
43
43
"https://github.com/tensorflow/gnn/blob/main/tensorflow_gnn/docs/guide/keras_version.md"
44
44
)
45
+
45
46
_check_keras_version ()
46
47
del _check_keras_version
47
48
# pylint: enable=g-statement-before-imports
You can’t perform that action at this time.
0 commit comments