File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ steps:
1010 waitFor : ['yarn']
1111 env : ['BROWSERSTACK_USERNAME=deeplearnjs1', 'NIGHTLY=$_NIGHTLY']
1212 secretEnv : ['BROWSERSTACK_KEY']
13- - name : ' node:10'
14- entrypoint : ' yarn'
15- id : ' tfjs2keras-js'
16- args : ['tfjs2keras-js']
17- waitFor : ['yarn']
18- - name : ' python:2'
19- entrypoint : ' bash'
20- id : ' tfjs2keras-py'
21- args : ['-c', './scripts/tfjs2keras-py.sh --stable && ./scripts/tfjs2keras-py.sh --stable --tfkeras && ./scripts/tfjs2keras-py.sh --dev --tfkeras']
22- waitFor : ['tfjs2keras-js']
13+ # - name: 'node:10' # TODO(cais): Reinstate the tests after new tfjs-node release and/or smarting linking.
14+ # entrypoint: 'yarn'
15+ # id: 'tfjs2keras-js'
16+ # args: ['tfjs2keras-js']
17+ # waitFor: ['yarn']
18+ # - name: 'python:2'
19+ # entrypoint: 'bash'
20+ # id: 'tfjs2keras-py'
21+ # args: ['-c', './scripts/tfjs2keras-py.sh --stable && ./scripts/tfjs2keras-py.sh --stable --tfkeras && ./scripts/tfjs2keras-py.sh --dev --tfkeras']
22+ # waitFor: ['tfjs2keras-js']
2323- name : ' node:10'
2424 entrypoint : ' yarn'
2525 id : ' test-snippets'
Original file line number Diff line number Diff line change 5353 "lint" : " tslint -p . -t verbose"
5454 },
5555 "peerDependencies" : {
56- "@tensorflow/tfjs-core" : " 1.2.7 "
56+ "@tensorflow/tfjs-core" : " 1.2.8 "
5757 }
5858}
You can’t perform that action at this time.
0 commit comments