Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575211924
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Oct 20, 2023
1 parent 4478ec3 commit d6ba2c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kokoro/github/ubuntu/cpu/newest_stable/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

env_vars: {
key: "PYTHON_VERSION"
value: "3.10"
value: "3.11"
}
env_vars: {
key: "TF_VERSION"
value: "2.13.*"
value: "2.14.*"
}

action {
Expand Down
4 changes: 2 additions & 2 deletions kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh"

env_vars: {
key: "PYTHON_VERSION"
value: "3.10"
value: "3.11"
}
env_vars: {
key: "TF_VERSION"
value: "2.13.*"
value: "2.14.*"
}

action {
Expand Down

0 comments on commit d6ba2c5

Please sign in to comment.