From 7e1accf1bca62e8847c537f528f0f163ef701947 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:41:46 +0000 Subject: [PATCH] change TF to Keras in CI --- .github/workflows/test_include_guard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_include_guard.yaml b/.github/workflows/test_include_guard.yaml index 26277d98..5a1c4a33 100644 --- a/.github/workflows/test_include_guard.yaml +++ b/.github/workflows/test_include_guard.yaml @@ -35,8 +35,8 @@ jobs: import cellfinder.core import cellfinder.napari - - name: Uninstall tensorflow - run: python -m pip uninstall -y tensorflow + - name: Uninstall keras + run: python -m pip uninstall -y keras - name: Test (broken) import id: broken_import