Unverified Commit b328b85f authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] update python version for tensorflow (#6125)

parent c8414962
...@@ -406,7 +406,7 @@ pipeline { ...@@ -406,7 +406,7 @@ pipeline {
agent { agent {
docker { docker {
label "linux-cpu-node" label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:v230711" image "dgllib/dgl-ci-cpu:v230810"
alwaysPull true alwaysPull true
} }
} }
......
name: tensorflow-ci name: tensorflow-ci
dependencies: dependencies:
- python=3.7.0 - python=3.7
- pip - pip
- pip: - pip:
- tensorflow==2.3.0 - tensorflow==2.3.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment