DeepSpeech/.github/actions/setup-tensorflow/action.yml
2021-03-25 11:01:29 +01:00

8 lines
157 B
YAML

name: "Setup TensorFlow"
description: "Setup TensorFlow Build"
runs:
using: "composite"
steps:
- run: ./taskcluster/tf_tc-setup.sh
shell: bash