STT/.github/actions/setup-tensorflow/action.yml
2021-03-27 11:24:11 +01:00

8 lines
153 B
YAML

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