File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Test Tensorflow include guards
2
- # These tests check that the include guards checking for tensorflow's availability
1
+ name : Test Keras include guards
2
+ # These tests check that the include guards checking for Keras availability
3
3
# behave as expected on ubuntu and macOS.
4
4
5
5
on :
9
9
- main
10
10
11
11
jobs :
12
- tensorflow_guards :
12
+ keras_guards :
13
13
name : Test include guards
14
14
strategy :
15
15
matrix :
Original file line number Diff line number Diff line change 12
12
except PackageNotFoundError as e :
13
13
raise PackageNotFoundError (
14
14
f"cellfinder tools cannot be invoked without Keras. "
15
- f"Please install tensorflow into your environment to use cellfinder tools. "
15
+ f"Please install Keras into your environment to use cellfinder tools. "
16
16
f"For more information, please see "
17
17
f"https://github.com/brainglobe/brainglobe-meta#readme."
18
18
) from e
You can’t perform that action at this time.
0 commit comments