Skip to content

Commit

Permalink
change TF to Keras in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Feb 6, 2024
1 parent daaeca5 commit 7e1accf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_include_guard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e1accf

Please sign in to comment.