Skip to content

Commit

Permalink
Print Keras version in CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed May 16, 2024
1 parent 1119dfb commit 843f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 843f9b9

Please sign in to comment.