Skip to content

Commit

Permalink
Merge pull request RasaHQ#10066 from RasaHQ/fix-typo-tensorflow
Browse files Browse the repository at this point in the history
Fix typo: tenforflow -> tensorflow
  • Loading branch information
wochinge authored Nov 3, 2021
2 parents fd465bb + 42227b1 commit 1ab2908
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 1ab2908

Please sign in to comment.