From 843f9b9a5a1efb36afe98f169d2199c2abee3bb9 Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Thu, 16 May 2024 13:14:52 +0200 Subject: [PATCH] Print Keras version in CI too --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecc56593..a84da850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: echo "Python version:" python3 --version echo "Version numbers of TensorFlow and Keras:" - python3 -c "import tensorflow as tf; import tensorflow.keras; print(tf.__version__)" + python3 -c "import tensorflow as tf; import tensorflow.keras; print(tf.__version__); print(tf.keras.__version__)" # FunctionalPlus git clone -b 'v0.2.24' --single-branch --depth 1 https://github.com/Dobiasd/FunctionalPlus cd FunctionalPlus