Skip to content

Commit

Permalink
WIP: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 29, 2025
1 parent b2339e1 commit 8c60e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
echo "Tensorflow version: $(python3 -c 'import tensorflow as tf; print(tf.__version__)')"
echo "Tensorflow version: $(python3 -c 'import tensorflow.compat.v1 as tf; tf.disable_v2_behavior(); print(tf.__version__)')"
echo "TF + NumPy: $(python3 -c 'import tensorflow as tf; tf.add(1, 2).numpy())"
echo "TF + NumPy: $(python3 -c 'import tensorflow as tf; tf.add(1, 2).numpy()')"
- name: Start HPCC-Platform
shell: "bash"
Expand Down

0 comments on commit 8c60e2e

Please sign in to comment.