Skip to content

Commit 7e1accf

Browse files
committed
change TF to Keras in CI
1 parent daaeca5 commit 7e1accf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_include_guard.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
import cellfinder.core
3636
import cellfinder.napari
3737
38-
- name: Uninstall tensorflow
39-
run: python -m pip uninstall -y tensorflow
38+
- name: Uninstall keras
39+
run: python -m pip uninstall -y keras
4040

4141
- name: Test (broken) import
4242
id: broken_import

0 commit comments

Comments
 (0)