From 0ad0bef1e20f35c4e10a7b78b48c559395795a33 Mon Sep 17 00:00:00 2001 From: Louis Bethune Date: Thu, 14 Mar 2024 11:47:37 +0100 Subject: [PATCH] fix test action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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