Skip to content

Commit

Permalink
WIP: One more hack to find TF error
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 30, 2025
1 parent 9a122d9 commit 542fc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ 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__)')"
echo "TF + NumPy: $(python3 -c 'import tensorflow as tf; print(\"TF+NumPy:\", tf.add(1, 2).numpy())')"
res=$(python3 -c 'import tensorflow as tf; print("TF+NumPy:", tf.add(1, 2).numpy())')
echo "TF + NumPy: $res"
- name: Start HPCC-Platform
shell: "bash"
Expand Down

0 comments on commit 542fc48

Please sign in to comment.