Skip to content

Commit b44dda4

Browse files
XXX: Try out if install JAX and tensorflow fixes CI.
Signed-off-by: Ingo Müller <[email protected]>
1 parent d03d5f7 commit b44dda4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ jobs:
5353
run: |
5454
python -m pip install numpy scipy
5555
56+
- name: Install Tensorflow
57+
run: |
58+
python -m pip install tensorflow
59+
60+
- name: Install JAX
61+
run: |
62+
python -m pip install jax
63+
5664
- name: Configure
5765
run: >
5866
cmake -S . -B build -DNB_TEST_STABLE_ABI=ON -DNB_TEST_SHARED_BUILD="$(python -c 'import sys; print(int(sys.version_info.minor>=11))')"

0 commit comments

Comments
 (0)