Skip to content

Commit

Permalink
WIP: Check the SetupTestOBT.ecl modification 2
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <attila.vamos@gmail.com>
  • Loading branch information
AttilaVamos committed Jan 30, 2025
1 parent 5c70509 commit 6f3e245
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 @@ -141,7 +141,7 @@ jobs:
echo "Tensorflow version : $(python3 -c 'import tensorflow as tf; print(tf.__version__)')"
echo "Tensorflow version v1: $(python3 -c 'import tensorflow.compat.v1 as tf; tf.disable_v2_behavior(); print(tf.__version__)')"
res=$(python3 -c 'import tensorflow as tf; print("TF+NumPy:", tf.add(1, 2).numpy())')
echo "TF + NumPy: $res"
echo "$res"
- name: Start HPCC-Platform
shell: "bash"
Expand Down

0 comments on commit 6f3e245

Please sign in to comment.