diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 44b802e..f2faca6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,6 +39,6 @@ jobs: run: | set -xe python -VV - python -c "import tf; print('tf', tf.__version__)" + python -c "import tensorflow as tf; print('tf', tf.__version__)" pytest tests shell: bash