Skip to content

Commit

Permalink
Fix typo: tenforflow -> tensorflow (introduced in RasaHQ#9785)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-hinsche committed Nov 2, 2021
1 parent 9142bd4 commit ceaf30f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-model-regression-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |-
# Read TF version from poetry.lock file
pip install toml
TF_VERSION=$(scripts/read_tenforflow_version.sh)
TF_VERSION=$(scripts/read_tensorflow_version.sh)
echo "TensorFlow version: $TF_VERSION"
echo TF_VERSION=$TF_VERSION >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-model-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
run: |-
# Read TF version from poetry.lock file
pip install toml
TF_VERSION=$(scripts/read_tenforflow_version.sh)
TF_VERSION=$(scripts/read_tensorflow_version.sh)
# Keep the first 3 characters, e.g. we keep 2.3 if TF_VERSION is 2.3.4
TF_VERSION=${TF_VERSION::3}
echo "TensorFlow version: $TF_VERSION"
Expand Down
File renamed without changes.

0 comments on commit ceaf30f

Please sign in to comment.